Пример #1
0
        /// <inheritdoc />
        Task <IDictionaryRange <string, Objective> > IRepository <string, Objective> .FindAllAsync(ICollection <string> identifiers)
        {
            IObjectiveRepository self = this;

            return(self.FindAllAsync(identifiers, CancellationToken.None));
        }
Пример #2
0
        /// <inheritdoc />
        Task <IDictionaryRange <string, Objective> > IRepository <string, Objective> .FindAllAsync(CancellationToken cancellationToken)
        {
            IObjectiveRepository self = this;

            return(self.FindAllAsync(null, cancellationToken));
        }