Exemplo n.º 1
0
 public ChargeLogController(ITollCollectionRepository repo)
 {
     _repo = repo;
 }