public ICollection <OpleidingsProgramma> GetKeuzeTrajecten(Entities.Opleiding opleiding)
 {
     return(_client.GetOpleidingsprogrammaByOpleidingscode(opleiding.code).KeuzeTrajecten);
 }
Example #2
0
 public ICollection <Entities.KeuzeTraject> GetKeuzeTrajecten(Entities.Opleiding opleiding)
 {
     throw new NotImplementedException();
 }
Example #3
0
 ICollection <OpleidingsProgramma> IBamaflexRepository.GetKeuzeTrajecten(Entities.Opleiding opleiding)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public IEnumerable <DataAccess.Bamaflex.PartimInformatie> GetPartimInformatieList(Entities.Opleiding opleiding)
 {
     throw new NotImplementedException();
 }