Example #1
0
 public BackgroundJobService()
 {
     _groupFunctionsService = new GroupFunctionsService();
     _jobStateService       = new JobStateService();
     _requaredFunctions     = new RequiredFunctions().GetRequiredFunctions();
     _accountManager        = new AccountManager();
 }
Example #2
0
 public BackgroundJobService()
 {
     _jobStateService = new JobStateService();
 }