Beispiel #1
0
        public IActionResult OnGet()
        {
            Signups = _signupRepository.GetAll();

            return(Page());
        }