public List <VwCtactecliente> GetAllVwCtactecliente(string conditions, string orders) { return(VwCtacteclienteDao.GetAll(conditions, orders)); }
public List <VwCtactecliente> GetAllVwCtactecliente(Expression <Func <VwCtactecliente, bool> > criteria) { return(VwCtacteclienteDao.GetAll(criteria)); }
public List <VwCtactecliente> GetAllVwCtactecliente(string orders) { return(VwCtacteclienteDao.GetAll(orders)); }
public List <VwCtactecliente> GetAllVwCtactecliente() { return(VwCtacteclienteDao.GetAll()); }