Ejemplo n.º 1
0
 public ApiResult <List <Client> > GetList(string where)
 {
     using (clientDal)
     {
         return(clientDal.GetList(where));
     }
 }