コード例 #1
0
 public RefreshTokensController(AuthService authRepository)
 {
     this.authRepository = authRepository;
 }
コード例 #2
0
 public AccountController(AuthService authRepository)
 {
     this.authRepository = authRepository;
 }