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