Esempio n. 1
0
 public bool CreateReturnData2(List <DTO.SaleOrderMng.LoadingPlan2> dtoReturns, out Library.DTO.Notification notification)
 {
     DAL.SaleOrderMng.DataFactoryReturnGoods factory = new DAL.SaleOrderMng.DataFactoryReturnGoods();
     return(factory.CreateReturnData(dtoReturns, out notification));
 }
Esempio n. 2
0
 public IEnumerable <DTO.SaleOrderMng.LoadingPlan2> GetLoadingPlan2(int saleOrderID, out Library.DTO.Notification notification)
 {
     DAL.SaleOrderMng.DataFactoryReturnGoods factory = new DAL.SaleOrderMng.DataFactoryReturnGoods();
     return(factory.GetLoadingPlan(saleOrderID, out notification));
 }