Esempio n. 1
0
 public List <Producto> ObtenerPromocionesDelDia(bool IncluirSelect, string Conexion, string IDSucursal)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.ObtenerPromocionesDelDia(IncluirSelect, Conexion, IDSucursal));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }