Exemplo n.º 1
0
 public ClientService(IAllClients allClients)
 {
     _allClients = allClients;
 }
Exemplo n.º 2
0
 public ClientsController(IAllClients allClients, IClientFounders clientFounders)
 {
     _allClients     = allClients;
     _clientFounders = clientFounders;
 }