예제 #1
0
        public async Task <IActionResult> Edit(FactoryDataModel obj)
        {
            FactoryService fs          = new FactoryService(_con);
            bool           FactoryEdit = await fs.EditFactoryAsync(obj);

            return(RedirectToAction(nameof(Index)));
        }