示例#1
0
 // GET: Depts
 public async Task <IActionResult> Index()
 {
     return(View(await _deptService.GetDepts()));
     //return View(await _context.Dept.ToListAsync());
 }