示例#1
0
        public async Task <IActionResult> Add(AttributeViewModel model)
        {
            await _attributeService.AddAsync(model);

            return(RedirectToAction("Index"));
        }