Example #1
0
 public ActionResult Decline(string id)
 {
     _initiativeBusiness.DeclineInvitation(id);
     return(View());
 }