Esempio n. 1
0
        // GET: Geral/Setor
        public async Task <ActionResult> Index()
        {
            var setores = await _setorservice.LerTodos();

            return(View());
        }