Пример #1
0
 public Event Details(int id)
 {
     return(_eventDal.GetData(id));
 }