Exemplo n.º 1
0
 // GET: Articles
 public IActionResult Index()
 {
     return(View(_repo.GetAllActive()));
 }