public Areacentrocostro GetAreacentrocostro(Expression <Func <Areacentrocostro, bool> > criteria) { return(AreacentrocostroDao.Get(criteria)); }
public Areacentrocostro GetAreacentrocostro(int id) { return(AreacentrocostroDao.Get(id)); }