public List <Accesoform> GetAllAccesoform(string conditions, string orders) { return(AccesoformDao.GetAll(conditions, orders)); }
public List <Accesoform> GetAllAccesoform(Expression <Func <Accesoform, bool> > criteria) { return(AccesoformDao.GetAll(criteria)); }
public List <Accesoform> GetAllAccesoform(string orders) { return(AccesoformDao.GetAll(orders)); }
public List <Accesoform> GetAllAccesoform() { return(AccesoformDao.GetAll()); }