Ejemplo n.º 1
0
 public List <VwNotadebitoclidet> GetAllVwNotadebitoclidet(string conditions, string orders)
 {
     return(VwNotadebitoclidetDao.GetAll(conditions, orders));
 }
Ejemplo n.º 2
0
 public List <VwNotadebitoclidet> GetAllVwNotadebitoclidet(Expression <Func <VwNotadebitoclidet, bool> > criteria)
 {
     return(VwNotadebitoclidetDao.GetAll(criteria));
 }
Ejemplo n.º 3
0
 public List <VwNotadebitoclidet> GetAllVwNotadebitoclidet(string orders)
 {
     return(VwNotadebitoclidetDao.GetAll(orders));
 }
Ejemplo n.º 4
0
 public List <VwNotadebitoclidet> GetAllVwNotadebitoclidet()
 {
     return(VwNotadebitoclidetDao.GetAll());
 }