Example #1
0
        public string PrintSuperBillInnerShift(SuperBillInnerShift billShift)
        {
            var copy = billShift.Copy();

            _dataExport.CreateSuperBillInnerShift(copy, _dataManagersFactory.GetDataManager<Order>().GetListCollection());
            return _dataExport.SaveReport();
        }