Esempio n. 1
0
 public void AddClient(string name, int clientAdminId)
 {
     adminRepository.AddClient(name, clientAdminId);
 }