Exemplo n.º 1
0
        public async Task <IActionResult> Year()
        {
            var model = await _salary.GetYear();

            if (model != null)
            {
                return(View(model));
            }
            return(View());
        }