예제 #1
0
 public FixingService(LocalLoginService localLoginService, IToastService toastService, TextService textService, INavigationService navigationService)
 {
     _localLoginService = localLoginService;
     _toastService      = toastService;
     _textService       = textService;
     _navigationService = navigationService;
 }
예제 #2
0
 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;
 }