예제 #1
0
 public ActionResult Approve(int memberID)
 {
     memberSQL.AdminApprove(memberID);
     return(RedirectToAction("Index"));
 }