Exemplo n.º 1
0
 public IActionResult Index()
 {
     ViewBag.Points = _pointsService.GetPoints();
     ViewBag.Maps   = _mapService.GetMaps();
     return(View());
 }