예제 #1
0
        public void 添加服务绑定(务地址 务地址)
        {
            Guid tId = ServiceDirectoryDBAccess.AddBindingTemplate(务地址);
            //List<服务约束> tModels = (服务约束)服务地址.服务约束;
            //foreach (服务约束 tModel in tModels)
            //{
            //    tModel.服务地址编码 = tId;
            //    ServiceDirectoryDBAccess.AddTModel(tModel);
            //}

            //throw new System.NotImplementedException();
        }