示例#1
0
 public VendorInfo[] GetVendorList(int cityId)
 {
     var svc = new CommonServiceClient();
     return svc.GetVendorsFromCity(cityId);
 }