コード例 #1
0
ファイル: EventDelete.cshtml.cs プロジェクト: tbela71/megyek
 public void OnGet(int?id)
 {
     Event = repo.GetManagedEvent(id);
 }