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