Пример #1
0
 public void AddEvent(int recordId, int eventId)
 {
     repository.AddEvent(recordId, eventId);
 }