Пример #1
0
 public async Task DeleteByVideoIdentifierAsync_Should_Run_Without_Exception(string videoIdentifier)
 {
     await _historyRepository.DeleteByVideoIdentifierAsync(videoIdentifier).ConfigureAwait(false);
 }