Пример #1
0
 public long CountVwCpventadetserie()
 {
     return(VwCpventadetserieDao.Count());
 }
Пример #2
0
 public VwCpventadetserie GetVwCpventadetserie(int id)
 {
     return(VwCpventadetserieDao.Get(id));
 }
Пример #3
0
 public VwCpventadetserie GetVwCpventadetserie(Expression <Func <VwCpventadetserie, bool> > criteria)
 {
     return(VwCpventadetserieDao.Get(criteria));
 }
Пример #4
0
 public List <VwCpventadetserie> GetAllVwCpventadetserie(string conditions, string orders)
 {
     return(VwCpventadetserieDao.GetAll(conditions, orders));
 }
Пример #5
0
 public List <VwCpventadetserie> GetAllVwCpventadetserie(string orders)
 {
     return(VwCpventadetserieDao.GetAll(orders));
 }
Пример #6
0
 public List <VwCpventadetserie> GetAllVwCpventadetserie(Expression <Func <VwCpventadetserie, bool> > criteria)
 {
     return(VwCpventadetserieDao.GetAll(criteria));
 }
Пример #7
0
 public List <VwCpventadetserie> GetAllVwCpventadetserie()
 {
     return(VwCpventadetserieDao.GetAll());
 }
Пример #8
0
 public long CountVwCpventadetserie(Expression <Func <VwCpventadetserie, bool> > criteria)
 {
     return(VwCpventadetserieDao.Count(criteria));
 }