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