예제 #1
0
 public Index5Model(IOptions <PBISettings> pbiSettings)
 {
     this.pbiSettings = pbiSettings.Value;
 }
예제 #2
0
 public IndexModel(IOptions <PBISettings> pbiSettings, IAuthorizationService authorizationService, UserManager <ApplicationUser> userManager)
 {
     this.pbiSettings          = pbiSettings.Value;
     this.userManager          = userManager;
     this.authorizationService = authorizationService;
 }