Example #1
0
 public MainController(ISysUserService sysUserService, IAuthAdminService authAdminService)
 {
     this._sysUserService   = sysUserService;
     this._authAdminService = authAdminService;
 }
Example #2
0
 public WorkContext(IAuthAdminService authenticationService)
 {
     this._authenticationService = authenticationService;
 }