public IdentificationController(IUserIdentificationService userProfileService)
 {
     _userProfileService = userProfileService;
 }
Exemplo n.º 2
0
 public UserHttpClientFactory(IHttpClientFactory factory, IUserIdentificationService userIdentificationService)
 {
     _factory = factory;
     _userIdentificationService = userIdentificationService;
 }