예제 #1
0
 public ProfileService(IAuthenUserService service,
                       ISysEmployeeService emService,
                       IContextBase <SysUserLevel> userLevelRepo
                       )
 {
     authenUserService   = service;
     employeeService     = emService;
     userLevelRepository = userLevelRepo;
 }
예제 #2
0
 public ResourceOwnerPasswordValidator(IAuthenUserService service,
                                       IHttpContextAccessor contextAccessor)
 {
     authenUser       = service;
     _contextAccessor = contextAccessor;
 }