renamed SearchDefinition to SearchCriteria

This commit is contained in:
kay.one
2013-06-06 07:42:23 -07:00
parent fe31476e47
commit 5d563f041e
14 changed files with 59 additions and 59 deletions

View File

@@ -8,6 +8,6 @@ namespace NzbDrone.Core.DecisionEngine.Specifications.Search
{
public interface IDecisionEngineSearchSpecification : IRejectWithReason
{
bool IsSatisfiedBy(RemoteEpisode remoteEpisode, SearchDefinitionBase searchDefinitionBase);
bool IsSatisfiedBy(RemoteEpisode remoteEpisode, SearchCriteriaBase searchCriteriaBase);
}
}