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