Beispiel #1
0
 public ActionResult Delivered(int?id)
 {
     Donation.ChangeStatus(id, "Delivered");
     return(RedirectToAction("Index"));
 }