Ejemplo n.º 1
0
 public TasksService(HttpClient http, AuthHandler auth)
 {
     _auth = auth;
     _http = http;
 }
 public PayPalStateService(HttpClient httpClient, AuthHandler authHandler)
 {
     _httpClient  = httpClient;
     _authHandler = authHandler;
     GetAllPlans();
 }