Exemple #1
0
 public IEnumerable <Section> GetCurrentSelection(int Id, int CareerId)
 {
     return(_selectionService.GetCurrentSelection(Id, CareerId));
 }