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