コード例 #1
0
 public LoginPage(IdBasedAuthenticationHandler authenticationHandler)
 {
     _authenticationHandler = authenticationHandler;
 }
コード例 #2
0
 public CreateUser(IShoppingListRepo repository, IdBasedAuthenticationHandler authenticationHandler)
 {
     _repository            = repository;
     _authenticationHandler = authenticationHandler;
 }