public List <Areacentrocostro> GetAllAreacentrocostro(string conditions, string orders) { return(AreacentrocostroDao.GetAll(conditions, orders)); }
public List <Areacentrocostro> GetAllAreacentrocostro(Expression <Func <Areacentrocostro, bool> > criteria) { return(AreacentrocostroDao.GetAll(criteria)); }
public List <Areacentrocostro> GetAllAreacentrocostro(string orders) { return(AreacentrocostroDao.GetAll(orders)); }
public List <Areacentrocostro> GetAllAreacentrocostro() { return(AreacentrocostroDao.GetAll()); }