Пример #1
0
 public MemeService(IRestClientApp restClientApp)
 {
     _restClientApp = restClientApp;
 }
Пример #2
0
 public AuthService(IRestClientApp restClientApp, RestClientSetting restClientSetting)
 {
     _restClientSetting = restClientSetting;
     _restClientApp     = restClientApp;
 }