コード例 #1
0
 // GET: Articles
 public IActionResult Index()
 {
     return(View(_repo.GetAllActive()));
 }