Example #1
0
 public IEnumerable <EducationObject> GetUnitTermExecutions(int unitId)
 {
     return(_repo.GetUnitTermExecutions(unitId));
 }