摘要: 一、新建wcf服务 1 public class Service1 : IService12 {3 public string GetData(int value)4 {5 return string.Format("You ent... 阅读全文
posted @ 2012-08-11 18:33 不弃的追求 阅读(791) 评论(0) 推荐(1)