Example #1
0
        /// <inheritdoc />
        Task <IDictionaryRange <int, ColorPalette> > IRepository <int, ColorPalette> .FindAllAsync(ICollection <int> identifiers)
        {
            IColorRepository self = this;

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

            return(self.FindAllAsync(CancellationToken.None));
        }