Example #1
0
        /// <inheritdoc />
        Task <ICollection <Matchup> > IDiscoverable <Matchup> .DiscoverAsync()
        {
            IMatchRepository self = this;

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