Exemple #1
0
 public List <ReservaVIEW> FiltrarRequerimientos2(string tipo, string valor)
 {
     try
     {
         ReservaDAL datos = new ReservaDAL();
         return(datos.FiltrarOrdenesPedidos2(tipo, valor));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }