예제 #1
0
        public ActionResult Unblock(string id)
        {
            MembersBLL obj    = new MembersBLL();
            bool       status = obj.UnBlockThisMember(id);

            return(RedirectToAction("Index", "Members"));
        }