Пример #1
0
 public BackgroundJobService()
 {
     _groupFunctionsService = new GroupFunctionsService();
     _jobStateService       = new JobStateService();
     _requaredFunctions     = new RequiredFunctions().GetRequiredFunctions();
     _accountManager        = new AccountManager();
 }
Пример #2
0
 public GroupFunctionsController()
 {
     this._groupFunctionsService = new GroupFunctionsService();
 }