예제 #1
0
 public GoogleAuthenticationServiceApplicationServiceSecurityDecorator(
     ISecurityApplicationService securityApplicationService,
     IGoogleAuthenticationServiceApplicationService googleAuthenticationServiceApplicationService)
 {
     _securityApplicationService = securityApplicationService;
     _googleAuthenticationServiceApplicationService = googleAuthenticationServiceApplicationService;
 }
예제 #2
0
 public GoogleAuthenticationServiceController(
     IResourceBuilder resourceBuilder,
     IGoogleAuthenticationServiceApplicationService googleAuthenticationServiceApplicationService,
     IAuthenticationServiceApplicationService authenticationServiceApplicationService,
     IConcurrencyVersionProvider concurrencyVersionProvider,
     IMapper mapper)
 {
     _resourceBuilder = resourceBuilder;
     _googleAuthenticationServiceApplicationService = googleAuthenticationServiceApplicationService;
     _authenticationServiceApplicationService       = authenticationServiceApplicationService;
     _mapper = mapper;
     _concurrencyVersionProvider = concurrencyVersionProvider;
 }