Esempio n. 1
0
        public ActionResult Index()
        {
            PlanningLabCtx ctx = new PlanningLabCtx();
            var            aux = ctx.UserRooms.ToList();

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