Example #1
0
 public static IList <Client> getClients()
 {
     return(ClientDal.getClients());
 }