public QuestDataService(HttpClient hhttpClient, IMapper mapper, IDataPointDataService dataPointService, IClient client, ILocalStorageService localStorage, NavigationManager navigation, IAuthenticationService authenticationService) : base(client, localStorage, navigation, authenticationService) { _httpClient = client.HttpClient; _mapper = mapper; _dataPointService = dataPointService; }
public QuestDataService(HttpClient httpClient, IMapper mapper, IDataPointDataService dataPointService) { _httpClient = httpClient; _mapper = mapper; _dataPointService = dataPointService; }