Ejemplo n.º 1
0
 public string List()
 {
     SetUrl(Methods.List);
     Service.SetPaging();
     return(Service.Get());
 }
Ejemplo n.º 2
0
 public string List(string customerId)
 {
     SetUrl(Methods.List, customerId);
     Service.SetPaging();
     return(Service.Get());
 }