Пример #1
0
 /// <inheritdoc />
 public Task <bool> TryDeleteAsync(long key)
 {
     return(DefaultRepository.TryDeleteAsync(key));
 }