コード例 #1
0
 public IActionResult Accounts()
 {
     return(Ok(_account.GetAccounts()));
 }