Пример #1
0
 public List <ReservaVIEW> FiltrarRequerimientos3(string tipo, int sucursal, string valor)
 {
     try
     {
         ReservaDAL datos = new ReservaDAL();
         return(datos.FiltrarOrdenesPedidos3(tipo, sucursal, valor));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }