コード例 #1
0
 public WindowsController(IWindowsAuthenticationContext context, IWindowsAuthentication strategy)
 {
     _context  = context;
     _strategy = strategy;
 }
コード例 #2
0
 public WindowsController(IWindowsAuthenticationContext context, IWindowsAuthentication strategy)
 {
     _context = context;
     _strategy = strategy;
 }