Ejemplo n.º 1
0
 public Client EditClient(Client client)
 {
     return(_clientsRepository.EditClient(client));
 }