Exemplo n.º 1
0
 public AddingClientResult AddNewClient(Client client)
 {
     return(_clientsRepository.AddNewClient(client));
 }