예제 #1
0
 public static QueryResult <Client> QueryAllClientList(ClientFilter filter)
 {
     return(ClientDA.QueryAllClientList(filter));
 }