Exemplo n.º 1
0
 /// <inheritdoc />
 protected override async Task <IBook> GetItem(string id, CancellationToken cancellationToken = default)
 => await m_provider.GetBookAsync(IdToInt(id), cancellationToken).ConfigureAwait(false);