Exemplo n.º 1
0
 public void 修改具体服务(务 具体服务)
 {
     ServiceDirectoryDBAccess.UpdateBusinessService(具体服务);
     //List<服务地址> templates = (服务地址)具体服务.服务地址;
     //foreach (服务地址 template in templates)
     //{
     //    this.修改绑定方法(template);
     //}
     ////throw new System.NotImplementedException();
 }