Esempio n. 1
0
        /// <inheritdoc />
        Task <IDictionaryRange <int, Listing> > IRepository <int, Listing> .FindAllAsync(ICollection <int> identifiers)
        {
            IListingRepository self = this;

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

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