示例#1
0
 public City GetCity(int cityId)
 {
     var svc = new CommonServiceClient();
     return svc.GetCity(cityId);
 }