Example #1
0
 // GET /Events/
 public IActionResult Index()
 {
     return(Json(_eventsService.CreateViewModel()));
 }