public Office365GetUserRolesConsumer(
     IOffice365ApiService office365ApiService,
     IOffice365DbCustomerService office365DbCustomerService)
 {
     _office365ApiService        = office365ApiService;
     _office365DbCustomerService = office365DbCustomerService;
 }
Exemple #2
0
 public GetUserRolesActivity(
     IOffice365DbCustomerService office365DbCustomerService,
     IOffice365ApiService office365ApiService)
 {
     _office365DbCustomerService = office365DbCustomerService;
     _office365ApiService        = office365ApiService;
 }
Exemple #3
0
 public CreatePartnerPlatformUserActivity(
     IOffice365ApiService office365ApiService,
     IOffice365DbCustomerService office365DbCustomerService, IOffice365UserService office365UserService)
 {
     _office365ApiService        = office365ApiService;
     _office365DbCustomerService = office365DbCustomerService;
     _office365UserService       = office365UserService;
 }
Exemple #4
0
 public Office365TransitionService(
     IOffice365ApiService office365ApiService,
     IDomainService domainService,
     IOffice356DbOfferService office356DbOfferService)
 {
     _office365ApiService     = office365ApiService;
     _domainService           = domainService;
     _office356DbOfferService = office356DbOfferService;
 }
Exemple #5
0
 public CreateDistributionGroupActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public CreateSecurityGroupMemberActivity(IOffice365ApiService office365ApiService, Office365DbUserGroupService office365DbUserGroupService)
 {
     _office365ApiService         = office365ApiService;
     _office365DbUserGroupService = office365DbUserGroupService;
 }
 public CreateSecurityGroupActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
Exemple #8
0
 public HardDeletePartnerPlatformUserActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public CreateO365GroupMemberActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public AssignUserRolesActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public RemoveDistriputionGroupActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public RemoveUserRolesActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public FederateCustomerDomainActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public SetImmutableIdActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
Exemple #15
0
 public AddCustomerDomainPartnerPortalActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
Exemple #16
0
 public Office365DomainService(IPartnerOperations partnerOperations, IOffice365ApiService office365ApiService)
 {
     _partnerOperations   = partnerOperations;
     _office365ApiService = office365ApiService;
 }
Exemple #17
0
 public GetCustomerDomainTxtRecordsActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
Exemple #18
0
 public RemoveSecurityGroupMemberActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }
 public RemoveO365GroupActivity(IOffice365ApiService office365ApiService)
 {
     _office365ApiService = office365ApiService;
 }