コード例 #1
0
        public ActionResult <Trainer> GetDetails()
        {
            Guid Id = _ctx.CurrentUserId;

            return(_trainerService.GetDetails(Id));
        }