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