Beispiel #1
0
 public InfoResultPaymentFilter(
     IContentManager contentManager,
     IGTMProductService GTMProductService,
     IShapeFactory shapeFactory,
     IWorkContextAccessor workContextAccessor,
     IRepository <AddedMeasuringPurchase> addedMeauringPurchaseRepository,
     IGTMMeasuringPurchaseService GTMMeasuringPurchaseService)
 {
     _contentManager                  = contentManager;
     _GTMProductService               = GTMProductService;
     _shapeFactory                    = shapeFactory;
     _workContextAccessor             = workContextAccessor;
     _addedMeauringPurchaseRepository = addedMeauringPurchaseRepository;
     _GTMMeasuringPurchaseService     = GTMMeasuringPurchaseService;
 }