예제 #1
0
 public void Upsert_RoomTypeMapping_ByMapId(string MapId)
 {
     using (DAL.DL_UpdateData DL = new DAL.DL_UpdateData())
     {
         DL.Upsert_RoomTypeMapping_ByMapId(MapId);
     }
 }