Example #1
0
 public void AddClient(Client client)
 {
     _clientBusiness.AddClient(client);
 }