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