CreateProjectUseCase constructor

CreateProjectUseCase(
  1. ProjectsRepository repository
)

Implementation

CreateProjectUseCase(this.repository);