Beispiel #1
0
 public CsAirWayBillService(IContextBase <CsAirWayBill> repository,
                            IMapper mapper,
                            ICsDimensionDetailService dimensionService,
                            ICsShipmentOtherChargeService otherChargeService,
                            ICurrentUser currUser,
                            IContextBase <CatPlace> catPlace,
                            IContextBase <CsTransaction> csTransaction,
                            IContextBase <CatPartner> catPartner) : base(repository, mapper)
 {
     dimensionDetailService     = dimensionService;
     shipmentOtherChargeService = otherChargeService;
     currentUser       = currUser;
     catPlaceRepo      = catPlace;
     csTransactionRepo = csTransaction;
     catPartnerRepo    = catPartner;
 }
 public csShipmentOtherChargeController(ICsShipmentOtherChargeService ochargeService)
 {
     otherChargeService = ochargeService;
 }