Exemple #1
0
        public async Task <IActionResult> OnGet()
        {
            Departamentos = await _departamentoRepository.ListAllAsync();

            return(Page());
        }