Ejemplo n.º 1
0
        public string GetPrintDataOffer2(int offerID, int iRequesterID, out Library.DTO.Notification notification)
        {
            DAL.OfferMng.Print2Factory print2_factory = new DAL.OfferMng.Print2Factory();
            // keep log entry
            fwBLL.WriteLog(iRequesterID, 0, "get report offer");

            // query data
            return(print2_factory.GetPrintDataOffer2(offerID, out notification));
        }
Ejemplo n.º 2
0
 public string GetExportNewVersion(int offerID, int iRequesterID, out Library.DTO.Notification notification)
 {
     DAL.OfferMng.Print2Factory print2Factory = new DAL.OfferMng.Print2Factory();
     return(print2Factory.GetExportNewVersion(offerID, out notification));
 }