예제 #1
0
 public AppIdAuthService(IAppIdAuthRepository appIdAuthTokenRepository)
 {
     _appIdAuthTokenRepository = appIdAuthTokenRepository;
 }