예제 #1
0
 public IActionResult Delete(int id)
 {
     repository.DeleteApp(id);
     return(RedirectToAction("List"));
 }