Exemplo n.º 1
0
 public ProjectController(ITimeKeeperRepository _repo)
 {
     repo = _repo;
 }
Exemplo n.º 2
0
 public TimeController(ITimeKeeperRepository _repo)
 {
     repo = _repo;
 }