示例#1
0
 // GET: api/Rooms
 public IEnumerable <Contracts.IRoom> Get()
 {
     return(_RoomRepo.GetAllRooms());
 }