Esempio n. 1
0
 public MemeService(IRestClientApp restClientApp)
 {
     _restClientApp = restClientApp;
 }
Esempio n. 2
0
 public AuthService(IRestClientApp restClientApp, RestClientSetting restClientSetting)
 {
     _restClientSetting = restClientSetting;
     _restClientApp     = restClientApp;
 }