Example #1
0
 /// <summary>
 /// 创建酒店账号
 /// </summary>
 /// <param name="HotelAccountDataObject"></param>
 /// <returns></returns>
 public void PostHotelAccount(string hotelId, List <HotelAccountDataObject> HotelAccountDataObject)
 {
     hotelServiceImp.AddHotelAccount(new Guid(hotelId), HotelAccountDataObject);
 }