public bool CheckActiveStandard(string standardId, DateTime?effectiveFrom, DateTime?effectiveTo) { return(DateHelper.CheckEffectiveDates(effectiveFrom, effectiveTo) || IsSpecialLapsedStandard(standardId)); }
public bool CheckActiveFramework(string frameworkId, DateTime?effectiveFrom, DateTime?effectiveTo) { return(DateHelper.CheckEffectiveDates(effectiveFrom, effectiveTo) || IsSpecialLapsedFramework(frameworkId)); }