CreateProjectUseCase constructor

CreateProjectUseCase(
  1. ProjectRepository _repository
)

Implementation

CreateProjectUseCase(this._repository);