public void Register(IRestObject restObject)
 {
     this.restObjectsToUpdate.Add(restObject);
 }
Exemple #2
0
 public void Register(IRestObject restObject)
 {
     this.restObjectsToUpdate.Add(restObject);
 }