Exemple #1
0
 public Task <ActionResult <RecommendedJob> > PostJobRecommendation(RecommendedJob recommendedJob)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void DeleteLessonRecommendation(RecommendedJob recommendedJob)
 {
     throw new NotImplementedException();
 }