Пример #1
0
 public bool EventCreate(Event e)
 {
     return(_eventDAL.EventCreate(e));
 }