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