Beispiel #1
0
        public IActionResult Home(string id)
        {
            var l = compLib.GetLibraryWithCaching(id);

            return(View(new HomeModel()
            {
                Library = l,
                Solutions = repSol.GetAll()
            }));
        }