Exemplo n.º 1
0
        public async Task <ActionResult> Index()
        {
            var model = await _notesService.GetAllNotesAsync();

            return(View(model));
        }