Example #1
0
 // GET: Subject
 public async Task <IActionResult> Index()
 {
     return(View(await _context.Index()));
 }