コード例 #1
0
        // GET: Cohort
        public ActionResult Index()
        {
            var cohorts = CohortsRepository.GetCohorts();

            return(View(cohorts));
        }