示例#1
0
 // GET: Loans
 public async Task <IActionResult> Index()
 {
     return(View(await _loanRepo.Get(UserManager.GetUserId(User))));
 }