示例#1
0
 public IEnumerable <Room> Get()
 {
     return(BuildingRepository.GetRooms());
 }