예제 #1
0
        public void  除具体服务(务 具体服务)
        {
            //List<服务地址> templates = (服务地址)具体服务.服务地址;
            Guid       sId       = 具体服务.务编码;
            List <务地址> templates = ServiceDirectoryDBAccess.GetTemplatBySID(sId);

            foreach (务地址 template in templates)
            {
                this.除绑定方法(template);
            }
            ServiceDirectoryDBAccess.RemoveBusinessService(具体服务);
            //throw new System.NotImplementedException();
        }