示例#1
0
 public long CountVwCpcompradetserie()
 {
     return(VwCpcompradetserieDao.Count());
 }
示例#2
0
 public VwCpcompradetserie GetVwCpcompradetserie(int id)
 {
     return(VwCpcompradetserieDao.Get(id));
 }
示例#3
0
 public VwCpcompradetserie GetVwCpcompradetserie(Expression <Func <VwCpcompradetserie, bool> > criteria)
 {
     return(VwCpcompradetserieDao.Get(criteria));
 }
示例#4
0
 public List <VwCpcompradetserie> GetAllVwCpcompradetserie(string conditions, string orders)
 {
     return(VwCpcompradetserieDao.GetAll(conditions, orders));
 }
示例#5
0
 public List <VwCpcompradetserie> GetAllVwCpcompradetserie(string orders)
 {
     return(VwCpcompradetserieDao.GetAll(orders));
 }
示例#6
0
 public List <VwCpcompradetserie> GetAllVwCpcompradetserie(Expression <Func <VwCpcompradetserie, bool> > criteria)
 {
     return(VwCpcompradetserieDao.GetAll(criteria));
 }
示例#7
0
 public List <VwCpcompradetserie> GetAllVwCpcompradetserie()
 {
     return(VwCpcompradetserieDao.GetAll());
 }
示例#8
0
 public long CountVwCpcompradetserie(Expression <Func <VwCpcompradetserie, bool> > criteria)
 {
     return(VwCpcompradetserieDao.Count(criteria));
 }