コード例 #1
0
        /// <inheritdoc />
        Task <ICollection <string> > IDiscoverable <string> .DiscoverAsync()
        {
            IMatchIdRepository self = this;

            return(self.DiscoverAsync(CancellationToken.None));
        }
コード例 #2
0
        /// <inheritdoc />
        Task <Match> IRepository <string, Match> .FindAsync(string identifier)
        {
            IMatchIdRepository self = this;

            return(self.FindAsync(identifier, CancellationToken.None));
        }