コード例 #1
0
        public ActionResult ConsultingPresent()
        {
            var userId = User.Identity.GetUserId();
            var data   = _consultingRepository.GetHistoryByPatientPresent(userId);

            ViewBag.lstCatePost = _postRepository.GetPost_Category();
            return(View(data));
        }