Пример #1
0
 public void Create(EventsBuyingEntity eventsBuying)
 {
     _eventsBuyingContext.Add(eventsBuying);
 }
Пример #2
0
 public void AddEventsBuying(EventsBuyingEntity eventsBuying)
 {
     _eventBuyingRepository.Create(eventsBuying);
 }