Exemplo n.º 1
0
 public void SetDelete(string url, string dataType, string contentType, string type)
 {
     this.Delete = new TransportRequest(url, dataType, contentType, type);
 }
Exemplo n.º 2
0
 public void SetAdd(string url, string dataType, string contentType, string type)
 {
     this.Add = new TransportRequest(url, dataType, contentType, type);
 }