コード例 #1
0
 public List <VwInventariostock> GetAllVwInventariostock(string conditions, string orders)
 {
     return(VwInventariostockDao.GetAll(conditions, orders));
 }
コード例 #2
0
 public List <VwInventariostock> GetAllVwInventariostock(Expression <Func <VwInventariostock, bool> > criteria)
 {
     return(VwInventariostockDao.GetAll(criteria));
 }
コード例 #3
0
 public List <VwInventariostock> GetAllVwInventariostock(string orders)
 {
     return(VwInventariostockDao.GetAll(orders));
 }
コード例 #4
0
 public List <VwInventariostock> GetAllVwInventariostock()
 {
     return(VwInventariostockDao.GetAll());
 }