public bool ConditionMet(string learnAimRef, decimal?pcsldcs)
 {
     return(pcsldcs.HasValue &&
            !_larsDataService.LearnDirectClassSystemCode2MatchForLearnAimRef(learnAimRef));
 }
Exemplo n.º 2
0
 public bool LARSConditionMet(string learnAimRef) =>
 _lARSDataService.LearnDirectClassSystemCode2MatchForLearnAimRef(learnAimRef);