public IntergrationManagerMock(IIntergrationService intergrationService = null, IDeliverableServiceV2 deliverableV2Service = null)
     : base(intergrationService, deliverableV2Service)
 {
 }
Beispiel #2
0
 public DeliverableControllerMock(IUserService userService         = null, ILogService loggerService = null, IDeliverableService deliverableService = null,
                                  IProductService productService   = null, IPropertyService propertyService            = null, IIntergrationService _intergrationService = null,
                                  IBudgetService _iBudgetService   = null, ITrackApprovalService iTrackApprovalService = null, IImageService imageService                = null,
                                  IApprovalService approvalService = null, IInternationalService internationalService  = null)
     : base(userService, loggerService, deliverableService, productService, propertyService, _intergrationService, _iBudgetService, iTrackApprovalService,
            imageService, approvalService, internationalService)
 {
 }