Example #1
0
 public ClientService(IAllClients allClients)
 {
     _allClients = allClients;
 }
Example #2
0
 public ClientsController(IAllClients allClients, IClientFounders clientFounders)
 {
     _allClients     = allClients;
     _clientFounders = clientFounders;
 }