コード例 #1
0
ファイル: Index.cshtml.cs プロジェクト: behnix/ShopCore
 public async Task OnGetAsync()
 {
     Faq = await _faqService.GetAllPublishedFaq();
 }