Exemple #1
0
 public Client UpdateClient(Client entity)
 {
     return(ClientRepo.Edit(entity.ClientID, entity));
 }