Ejemplo n.º 1
0
 public UserInformation(IPersonLocalStorage personLocalStorage,
                        IContextMappingLocalStorage contextMappingLocalStorage,
                        IRestSharp restSharpHelper)
 {
     PersonLocalStorage         = personLocalStorage;
     ContextMappingLocalStorage = contextMappingLocalStorage;
     RestSharpHelper            = restSharpHelper;
 }
 public PersonalInfoExternalServiceFactory(IContextMappingLocalStorage ctxMappingLocalStorage, IAuthenticationProvider authenticationProvider, ILogger logger)
 {
     this.ctxMappingLocalStorage = ctxMappingLocalStorage;
     this.authenticationProvider = authenticationProvider;
     this.logger = logger;
 }