示例#1
0
 public AnnonceService()
 {
     client = new HttpBaseClient(accountURI);
 }
示例#2
0
 public CategoryService()
 {
     client = new HttpBaseClient(accountURI);
 }
示例#3
0
 public ManufacturerService()
 {
     client = new HttpBaseClient(manuURI);
 }
示例#4
0
 public RatingService()
 {
     client = new HttpBaseClient(ratingURI);
 }
示例#5
0
 public VatValidationService()
 {
     client = new HttpBaseClient(URI);
 }
示例#6
0
 public SaleListingService()
 {
     client = new HttpBaseClient(accountURI);
 }