Example #1
0
 public Client AddClient(Client client)
 {
     return(clientBusiness.AddClient(client));
 }