Esempio n. 1
0
 public bool UpdateRoomType(PmsEntity.RoomType roomType)
 {
     return(DalFactory.UpdateRoomType(roomType));
 }
Esempio n. 2
0
 public int AddRoomType(PmsEntity.RoomType roomType)
 {
     return(DalFactory.AddRoomType(roomType));
 }