예제 #1
0
        /// <inheritdoc />
        Task <IDictionaryRange <int, AggregateListing> > IRepository <int, AggregateListing> .FindAllAsync(ICollection <int> identifiers)
        {
            IAggregateListingRepository self = this;

            return(self.FindAllAsync(identifiers, CancellationToken.None));
        }
예제 #2
0
        /// <inheritdoc />
        Task <IDictionaryRange <int, AggregateListing> > IRepository <int, AggregateListing> .FindAllAsync()
        {
            IAggregateListingRepository self = this;

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