Пример #1
0
 public async Task <int> AddAsync(SeminarDTO entity)
 {
     return(await seminarRepository.AddAsync(entity));
 }