示例#1
0
 public ActionResult DeleteConfirmed(Guid id)
 {
     _birdRepository.DeleteBird(id);
     return(RedirectToAction("Index"));
 }