示例#1
0
 public VendorInfo GetVendorInfo(string vendor)
 {
     var svc = new CommonServiceClient();
     return svc.GetVendor(vendor);
 }