Exemplo n.º 1
0
 public ClientController()
 {
     this.cRepo = new ClientRepository();
 }
 public GetClientsController()
 {
     this.eRepo = new ClientRepository();
 }