Exemple #1
0
 public AllUsersViewComponent(IAllUsersService allUsersService)
 {
     this.allUsersService = allUsersService;
 }
Exemple #2
0
 public UserRolesController(IAllUsersService allUsersService, INotificationService notificationService, IGenreService genreService, UserManager <ApplicationUser> userManager, SignInManager <ApplicationUser> signInManager, ILogger <LogoutModel> logger, IHostingEnvironment hostingEnvironment) : base(notificationService, genreService, userManager, signInManager, logger, hostingEnvironment)
 {
     this.allUsersService = allUsersService;
 }