public IEnumerable <Room> Get() { var model = roomData.GetAll(); return(model); }
public ActionResult Index() { var model = roomData.GetAll(); return(View(model)); }