Example #1
0
 public string ExportExcelSearchOffer(System.Collections.Hashtable filters, out Library.DTO.Notification notification)
 {
     DAL.OfferMng.FOBItemOnlyFactory print2Factory = new DAL.OfferMng.FOBItemOnlyFactory();
     return(print2Factory.ExportExcelSearchOffer(filters, out notification));
 }
Example #2
0
 public string GetExcelFOBItemOnlyReportData(int offerID, int iRequesterID, out Library.DTO.Notification notification)
 {
     DAL.OfferMng.FOBItemOnlyFactory print2Factory = new DAL.OfferMng.FOBItemOnlyFactory();
     return(print2Factory.GetExcelFOBItemOnlyReportData(offerID, out notification));
 }