Example #1
0
 public CompaniesService(JOTCAContext context)
 {
     this.context = context;
 }
 public JobOffersService(JOTCAContext context)
 {
     this.context = context;
 }
Example #3
0
 public LoggingChangesService(JOTCAContext context)
 {
     this.context = context;
 }