public UniversitiesService(CourseMarketDBContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public SubjectsService(CourseMarketDBContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public TimesService(CourseMarketDBContext context)
 {
     this.context = context;
 }