public string ReadAllOfertas(int idRetail)
 {
     Negocio.OfertaCollections collOfer = new Negocio.OfertaCollections();
     return(collOfer.ReadAllOfertas(idRetail));
 }
 public string ReadAllOfertasDia()
 {
     Negocio.OfertaCollections collOfer = new Negocio.OfertaCollections();
     return(collOfer.ReadAllOfertasDia());
 }
 public string ReadAllOfertasActivo(int idSucursal)
 {
     Negocio.OfertaCollections collOfer = new Negocio.OfertaCollections();
     return(collOfer.ReadAllOfertasActivo(idSucursal));
 }