Example #1
0
        public ActionResult GetMemberProfile()
        {
            var adminId = AuthorityHelper.OperatorId.Value;
            var res     = _administratorContract.GetMemberProfile(adminId);

            return(Json(res));
        }