Exemplo n.º 1
0
 public InviteModel(IOrganisationUserService organisationUserService, UserManager <ApplicationUser> userManager)
 {
     this.organisationUserService = organisationUserService;
     this.userManager             = userManager;
 }
Exemplo n.º 2
0
 public OrganisationUserController(IOrganisationUserService organisationUserService) : base(organisationUserService, (int)MenuFeatureEnum.ManageOrganisactionSetting)
 {
     this.organisationUserService = organisationUserService;
 }