示例#1
0
 public ActionResult Awarded(int id)
 {
     _quoteManager.AwardQuote(id);
     return RedirectToAction("Edit", new { id = id });
 }