Delete Project By Id Use Case
class DeleteProjectByIdUseCase @Inject constructor(localRepository: LocalRepository)
Content copied to clipboard
to delete Project from local database. actually converted to entity then delete.