public AccountManager(IStorage storage, IDeviceInfo deviceInfo, ConnectionManager connectionManager, ProfileServiceProxy profileServiceProxy, RegistrationServiceProxy registrationServiceProxy, AuthenticationServiceProxy authenticationServiceProxy) : base(connectionManager) { _deviceInfo = deviceInfo; _profileServiceProxy = profileServiceProxy; _authenticationServiceProxy = authenticationServiceProxy; _registrationServiceProxy = registrationServiceProxy; _storage = storage; }
public AuthenticationModel(AuthenticationServiceProxy proxy) { _proxy = proxy; }