public Scheduler() { this._request = new RequestApis(this._urlBase, MediaType.Json, this._urlMethod, Foundation.Params.Usuario); }
public OAuth() { this._request = new RequestApis(this._urlBase, MediaType.Json, this._urlMethod, new User()); }
public ProcessBatch(string urlBase, string urlMethod) { this._request = new RequestApis(urlBase, MediaType.Json, urlMethod, Foundation.Params.Usuario); }