DeleteProjectUseCase constructor

DeleteProjectUseCase(
  1. ProjectsRepository repository
)

Implementation

DeleteProjectUseCase(this.repository);