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