public ActionResult Index() { PlanningLabCtx ctx = new PlanningLabCtx(); var aux = ctx.UserRooms.ToList(); return(View()); }
public ActionResult Index() { PlanningLabCtx ctx = new PlanningLabCtx(); var aux = ctx.UserRooms.ToList(); return View(); }