コード例 #1
0
 public IEnumerable <Room> GetAllRooms()
 {
     return(_repo.GetRooms());
 }