Beispiel #1
0
 public void OnGet(int?id)
 {
     Event = repo.GetManagedEvent(id);
 }