예제 #1
0
 // GET: Accounts
 public async Task <IActionResult> Index()
 {
     return(View(await _gLAccountService.ListInternalAccountsAsync()));
 }