コード例 #1
0
 public LoginController(ISysUserService sysUserService, IOrdinaryAuthService authenticationService, IMemoryCache memoryCache)
 {
     this._sysUserService        = sysUserService;
     this._authenticationService = authenticationService;
     this._memoryCache           = memoryCache;
 }
コード例 #2
0
ファイル: MainController.cs プロジェクト: anbooks/General.Mvc
 public MainController(IOrdinaryAuthService ordinaryAuthService)
 {
     this._ordinaryAuthService = ordinaryAuthService;
 }