Esempio n. 1
0
 public GetUserRolesActivity(
     IOffice365DbCustomerService office365DbCustomerService,
     IOffice365ApiService office365ApiService)
 {
     _office365DbCustomerService = office365DbCustomerService;
     _office365ApiService        = office365ApiService;
 }
 public DecreasePartnerPlatformCustomerSubscriptionActivity(
     IOffice365SubscriptionService office365SubscriptionService,
     IOffice365DbCustomerService office365DbCustomerService)
 {
     _office365SubscriptionService = office365SubscriptionService;
     _office365DbCustomerService   = office365DbCustomerService;
 }
 public Office365GetUserRolesConsumer(
     IOffice365ApiService office365ApiService,
     IOffice365DbCustomerService office365DbCustomerService)
 {
     _office365ApiService        = office365ApiService;
     _office365DbCustomerService = office365DbCustomerService;
 }
 public ManageSubscriptionsAndLicencesConsumer(IOffice365DbCustomerService office365DbCustomerService, IOffice365DbSubscriptionService office365DbSubscriptionService, IManageSubscriptionWorkflow manageSubscriptionWorkflow, IOffice365DbUserService office365DbUserService)
 {
     _office365DbCustomerService     = office365DbCustomerService;
     _office365DbSubscriptionService = office365DbSubscriptionService;
     _manageSubscriptionWorkflow     = manageSubscriptionWorkflow;
     _office365DbUserService         = office365DbUserService;
 }
 public Office365ResendTxtRecordsConsumer(
     IOffice365DbCustomerService office365DbCustomerService,
     IOffice365ResendTxtRecordsWorkflow office365ResendTxtRecordsWorkflowBuilder)
 {
     _office365DbCustomerService = office365DbCustomerService;
     _office365ResendTxtRecordsWorkflowBuilder = office365ResendTxtRecordsWorkflowBuilder;
 }
Esempio n. 6
0
 public CreatePartnerPlatformUserActivity(
     IOffice365ApiService office365ApiService,
     IOffice365DbCustomerService office365DbCustomerService, IOffice365UserService office365UserService)
 {
     _office365ApiService        = office365ApiService;
     _office365DbCustomerService = office365DbCustomerService;
     _office365UserService       = office365UserService;
 }
Esempio n. 7
0
 public MultiUserEditWorkflow(IUserService userService, IOffice365DbCustomerService office365DbCustomerService, IOffice365DbUserService office365DbUserService, IOffice365DbSubscriptionService office365DbSubscriptionService, IActivityConfigurator activityConfigurator)
 {
     _userService = userService;
     _office365DbCustomerService     = office365DbCustomerService;
     _office365DbUserService         = office365DbUserService;
     _office365DbSubscriptionService = office365DbSubscriptionService;
     _activityConfigurator           = activityConfigurator;
 }
 public UserManageSubscriptionAndAssignLicenseConsumer(
     IOffice365DbCustomerService office365DbCustomerService,
     IOffice365DbSubscriptionService office365DbSubscriptionService,
     IActivityConfigurator activityConfigurator)
 {
     _office365DbCustomerService     = office365DbCustomerService;
     _office365DbSubscriptionService = office365DbSubscriptionService;
     _activityConfigurator           = activityConfigurator;
 }
 public RestorePartnerPlatformUserActivity(
     IOffice365DbUserService office365DbUserService,
     IOffice365DbCustomerService office365DbCustomerService,
     IOffice365UserService office365UserService)
 {
     _office365DbUserService     = office365DbUserService;
     _office365DbCustomerService = office365DbCustomerService;
     _office365UserService       = office365UserService;
 }
 public Office365UserMultiEditConsumer(
     IUserService userService,
     IOffice365DbCustomerService office365DbCustomerService,
     IOffice365DbSubscriptionService office365DbSubscriptionService, IMultiUserEditWorkflow multiUserEditWorkflow)
 {
     _userService = userService;
     _office365DbCustomerService     = office365DbCustomerService;
     _office365DbSubscriptionService = office365DbSubscriptionService;
     _multiUserEditWorkflow          = multiUserEditWorkflow;
 }
 public Office365UserAssignLicenseWorkflow(
     IActivityOffice365UserArgumentsMapper activityOffice365UserArgumentsMapper,
     IActivityConfigurator activityConfigurator, IOffice365UserService office365UserService,
     IOffice365DbUserService office365DbUserService, IOffice365DbCustomerService office365DbCustomerService)
 {
     _activityOffice365UserArgumentsMapper = activityOffice365UserArgumentsMapper;
     _activityConfigurator       = activityConfigurator;
     _office365UserService       = office365UserService;
     _office365DbUserService     = office365DbUserService;
     _office365DbCustomerService = office365DbCustomerService;
 }
 public Office365TransitionReportConsumer(
     IWorkflowOffice365ActivityService workflowService,
     IProductItemService productItemService,
     IOffice365DbCustomerService office365DbCustomerServic,
     IOffice365ServiceSettings office365ServiceSettings)
 {
     _workflowService            = workflowService;
     _productItemService         = productItemService;
     _office365DbCustomerService = office365DbCustomerServic;
     _office365ServiceSettings   = office365ServiceSettings;
 }
 public CompaniesController(
     IMessageBroker messageBroker,
     ICompanyService companyService,
     IDomainService domainService,
     IUserService userService,
     IImageHelper imageHelper,
     IOffice365DbCustomerService office365CompanyService,
     IClientService clientService, IMetricsService metricsService)
 {
     _messageBroker           = messageBroker;
     _companyService          = companyService;
     _domainService           = domainService;
     _userService             = userService;
     _imageHelper             = imageHelper;
     _office365CompanyService = office365CompanyService;
     _clientService           = clientService;
     _metricsService          = metricsService;
 }
 public FederateDomainWorkflow(IActivityConfigurator activityConfigurator,
                               IOffice365DbCustomerService office365DbCustomerService)
 {
     _activityConfigurator       = activityConfigurator;
     _office365DbCustomerService = office365DbCustomerService;
 }
Esempio n. 15
0
 public Office365UtilitiesController(IMessageBroker messageBroker, IOffice365DbUtilitiesService office365UtilitiesService, IOffice365DbCustomerService office365DbCustomerService)
 {
     _messageBroker              = messageBroker;
     _office365UtilitiesService  = office365UtilitiesService;
     _office365DbCustomerService = office365DbCustomerService;
 }
Esempio n. 16
0
 public CreateDatabaseCustomerActivity(IOffice365DbCustomerService office365DbCustomerService)
 {
     _office365DbCustomerService = office365DbCustomerService;
 }