Exemplo n.º 1
0
 public bool Insert(RoomType roomType)
 {
     return(_roomTypeRepository.Insert(roomType));
 }