Example #1
0
 public int AddRoomType(PmsEntity.RoomType roomType)
 {
     return(DalFactory.AddRoomType(roomType));
 }