예제 #1
0
 public UsersController(IUserService userSvc, IPackageService packageService, IMessageService messageService, IConfiguration settings, IPrincipal currentUser, IUserSiteProfilesService profilesService)
 {
     userService          = userSvc;
     this.packageService  = packageService;
     this.messageService  = messageService;
     this.settings        = settings;
     this.currentUser     = currentUser;
     this.profilesService = profilesService;
 }
예제 #2
0
 public UsersController(IUserService userSvc, IPackageService packageService, IMessageService messageService, IConfiguration settings, IPrincipal currentUser, IUserSiteProfilesService profilesService)
 {
     userService = userSvc;
     this.packageService = packageService;
     this.messageService = messageService;
     this.settings = settings;
     this.currentUser = currentUser;
     this.profilesService = profilesService;
 }