예제 #1
0
 public List <VwSocionegociomarca> GetAllVwSocionegociomarca(string conditions, string orders)
 {
     return(VwSocionegociomarcaDao.GetAll(conditions, orders));
 }
예제 #2
0
 public List <VwSocionegociomarca> GetAllVwSocionegociomarca(Expression <Func <VwSocionegociomarca, bool> > criteria)
 {
     return(VwSocionegociomarcaDao.GetAll(criteria));
 }
예제 #3
0
 public List <VwSocionegociomarca> GetAllVwSocionegociomarca(string orders)
 {
     return(VwSocionegociomarcaDao.GetAll(orders));
 }
예제 #4
0
 public List <VwSocionegociomarca> GetAllVwSocionegociomarca()
 {
     return(VwSocionegociomarcaDao.GetAll());
 }