コード例 #1
0
        public async Task <ActionResult> DeleteConfirmed(long id)
        {
            await service.DeleteValue(id);

            return(RedirectToAction("Index"));
        }