Example #1
0
 // GET: TrainingEvent
 public ActionResult Index()
 {
     return(View(TrainingEvent.GetAll()));
 }