/// <inheritdoc /> Task <IDictionaryRange <int, Listing> > IRepository <int, Listing> .FindAllAsync(ICollection <int> identifiers) { IListingRepository self = this; return(self.FindAllAsync(identifiers, CancellationToken.None)); }
/// <inheritdoc /> Task <IDictionaryRange <int, Listing> > IRepository <int, Listing> .FindAllAsync() { IListingRepository self = this; return(self.FindAllAsync(CancellationToken.None)); }