public FixingService(LocalLoginService localLoginService, IToastService toastService, TextService textService, INavigationService navigationService) { _localLoginService = localLoginService; _toastService = toastService; _textService = textService; _navigationService = navigationService; }
public RequestSender(IHttpService client, ILocalAuthenticationStateProvider localAuthenticationStateProvider, IToastService toastService, TextService textService, IFixingService fixingService, ILanguageService languageService) { _client = client; _localAuthenticationStateProvider = localAuthenticationStateProvider; _toastService = toastService; _textService = textService; _fixingService = fixingService; _languageService = languageService; }