Beispiel #1
0
 public ActionResult VerifySuccess(int memberID, int applicantID)
 {
     _applicantService.AcceptRejectApplicant(memberID, applicantID, 1);
     ViewBag.Status = "Success";
     return(View("ThankYouAcceptance", "Home"));
 }