예제 #1
0
 public Scheduler()
 {
     this._request = new RequestApis(this._urlBase, MediaType.Json, this._urlMethod, Foundation.Params.Usuario);
 }
예제 #2
0
 public OAuth()
 {
     this._request = new RequestApis(this._urlBase, MediaType.Json, this._urlMethod, new User());
 }
예제 #3
0
 public ProcessBatch(string urlBase, string urlMethod)
 {
     this._request = new RequestApis(urlBase, MediaType.Json, urlMethod, Foundation.Params.Usuario);
 }