コード例 #1
0
ファイル: HomeController.cs プロジェクト: xuanla87/cucdisan
        public ActionResult getVideoIsHome()
        {
            var entity = _videoServices.GetIsHome();

            return(PartialView(entity));
        }