Esempio n. 1
0
 public bool Add(RoomType roomtype)
 {
     return _roomtypeRepository.Add(roomtype);
 }
Esempio n. 2
0
 public void Add(RoomType roomType)
 {
     repository.Add(roomType);
     repository.Save();
 }