Beispiel #1
0
        // GET: /<controller>/
        public IActionResult Index()
        {
            var signups = repo.GetAllSignups();

            return(View(signups));
        }