Пример #1
0
 public async Task <int> DeleteAsync(Guid id)
 {
     return(await seminarRepository.DeleteAsync(id));
 }