示例#1
0
 public LoginController(ISysUserService sysUserService, IOrdinaryAuthService authenticationService, IMemoryCache memoryCache)
 {
     this._sysUserService        = sysUserService;
     this._authenticationService = authenticationService;
     this._memoryCache           = memoryCache;
 }
示例#2
0
 public MainController(IOrdinaryAuthService ordinaryAuthService)
 {
     this._ordinaryAuthService = ordinaryAuthService;
 }