コード例 #1
0
ファイル: Index.cshtml.cs プロジェクト: mandrepont/NoTricks
 public void OnGet()
 {
     Accounts = _accountRepo.GetAll();
 }