Example #1
0
 public int AddRoomStatus(PmsEntity.RoomStatus roomStatus)
 {
     return(DalFactory.AddRoomStatus(roomStatus));
 }