예제 #1
0
 public long CountVwNotadebitodet()
 {
     return(VwNotadebitodetDao.Count());
 }
예제 #2
0
 public VwNotadebitodet GetVwNotadebitodet(int id)
 {
     return(VwNotadebitodetDao.Get(id));
 }
예제 #3
0
 public VwNotadebitodet GetVwNotadebitodet(Expression <Func <VwNotadebitodet, bool> > criteria)
 {
     return(VwNotadebitodetDao.Get(criteria));
 }
예제 #4
0
 public List <VwNotadebitodet> GetAllVwNotadebitodet(string conditions, string orders)
 {
     return(VwNotadebitodetDao.GetAll(conditions, orders));
 }
예제 #5
0
 public List <VwNotadebitodet> GetAllVwNotadebitodet(string orders)
 {
     return(VwNotadebitodetDao.GetAll(orders));
 }
예제 #6
0
 public List <VwNotadebitodet> GetAllVwNotadebitodet(Expression <Func <VwNotadebitodet, bool> > criteria)
 {
     return(VwNotadebitodetDao.GetAll(criteria));
 }
예제 #7
0
 public List <VwNotadebitodet> GetAllVwNotadebitodet()
 {
     return(VwNotadebitodetDao.GetAll());
 }
예제 #8
0
 public long CountVwNotadebitodet(Expression <Func <VwNotadebitodet, bool> > criteria)
 {
     return(VwNotadebitodetDao.Count(criteria));
 }