Beispiel #1
0
 public EnterspeedJobService()
 {
     _contentService          = ApplicationContext.Current.Services.ContentService;
     _enterspeedJobRepository = EnterspeedContext.Current.Repositories.JobRepository;
 }
 public EnterspeedJobHandler()
 {
     _enterspeedJobRepository = EnterspeedContext.Current.Repositories.JobRepository;
     _enterspeedIngestService = EnterspeedContext.Current.Services.IngestService;
     _entityIdentityService   = EnterspeedContext.Current.Services.EntityIdentityService;
 }