Example #1
0
 // GET: /<controller>/
 public IActionResult Index()
 {
     return(Json(_col.GetAll()));
 }