示例#1
0
 public void GetDetailsSecond(int idEvent)
 {
     _details = EventFilter.FirstOrDefault(x => x.Id == idEvent);
 }