コード例 #1
0
 public string ReadAllOfertas(int idRetail)
 {
     Negocio.OfertaCollections collOfer = new Negocio.OfertaCollections();
     return(collOfer.ReadAllOfertas(idRetail));
 }
コード例 #2
0
 public string ReadAllOfertasDia()
 {
     Negocio.OfertaCollections collOfer = new Negocio.OfertaCollections();
     return(collOfer.ReadAllOfertasDia());
 }
コード例 #3
0
 public string ReadAllOfertasActivo(int idSucursal)
 {
     Negocio.OfertaCollections collOfer = new Negocio.OfertaCollections();
     return(collOfer.ReadAllOfertasActivo(idSucursal));
 }