コード例 #1
0
        // GET: Cohort/Delete/5
        public ActionResult Delete(int id)
        {
            var cohort = CohortsRepository.GetCohort(id);

            return(View(cohort));
        }