Пример #1
0
 public IEnumerable <Client> ShowAllClients()
 {
     return(cl.ShowAllClients());
 }