TaskService constructor

TaskService(
  1. InMemoryRepository<Task, String> _repo
)

Implementation

TaskService(this._repo);