예제 #1
0
 public void 添加服务提供者(业务实体 务提供者)
 {
     try
     {
         Guid bId = ServiceDirectoryDBAccess.AddNewBuinessEnitiy(务提供者);
         //var service = 服务提供者.服务;
         //List<服务> list = service;
         //foreach (服务 service in list)
         //{
         //    service.业务编码 = bId;
         //    个人 person = new 个人();
         //    person.个人编码 = service.个人编码.Value;
         //    this.添加提供具体服务(person,service);
         //}
         //throw new System.NotImplementedException();
     }
     catch { }
 }