public IskenderunOptimizationManager(
     IEczaneGrupService eczaneGrupService,
     IEczaneGrupTanimService eczaneGrupTanimService,
     IEczaneNobetIskenderunOptimization eczaneNobetIskenderunOptimization,
     IEczaneNobetGrupService eczaneNobetGrupService,
     IEczaneNobetIstekService eczaneNobetIstekService,
     IEczaneNobetMazeretService eczaneNobetMazeretService,
     IEczaneNobetOrtakService eczaneNobetOrtakService,
     IEczaneNobetSonucAktifService eczaneNobetSonucAktifService,
     INobetGrupGorevTipService nobetGrupGorevTipService,
     INobetGrupGorevTipGunKuralService nobetGrupGorevTipGunKuralService,
     INobetGrupGunKuralService nobetGrupGunKuralService,
     INobetGrupKuralService nobetGrupKuralService,
     INobetGrupService nobetGrupService,
     INobetGrupTalepService nobetGrupTalepService,
     INobetUstGrupKisitService nobetUstGrupKisitService,
     ITakvimService takvimService,
     IEczaneNobetSonucService eczaneNobetSonucService,
     IEczaneNobetMuafiyetService eczaneNobetMuafiyetService,
     IEczaneNobetGrupAltGrupService eczaneNobetGrupAltGrupService,
     IAyniGunTutulanNobetService ayniGunTutulanNobetService,
     INobetGrupGorevTipKisitService nobetGrupGorevTipKisitService,
     INobetAltGrupService nobetAltGrupService,
     IAyniGunNobetTakipGrupAltGrupService ayniGunNobetTakipGrupAltGrupService,
     IDebugEczaneService debugEczaneService
     )
 {
     _eczaneGrupService                 = eczaneGrupService;
     _eczaneGrupTanimService            = eczaneGrupTanimService;
     _eczaneNobetIskenderunOptimization = eczaneNobetIskenderunOptimization;
     _eczaneNobetGrupService            = eczaneNobetGrupService;
     _eczaneNobetIstekService           = eczaneNobetIstekService;
     _eczaneNobetMazeretService         = eczaneNobetMazeretService;
     _eczaneNobetOrtakService           = eczaneNobetOrtakService;
     _eczaneNobetSonucAktifService      = eczaneNobetSonucAktifService;
     _eczaneNobetSonucService           = eczaneNobetSonucService;
     _nobetGrupGorevTipService          = nobetGrupGorevTipService;
     _nobetGrupGorevTipGunKuralService  = nobetGrupGorevTipGunKuralService;
     _nobetGrupGunKuralService          = nobetGrupGunKuralService;
     _nobetGrupKuralService             = nobetGrupKuralService;
     _nobetGrupService                    = nobetGrupService;
     _nobetGrupTalepService               = nobetGrupTalepService;
     _nobetUstGrupKisitService            = nobetUstGrupKisitService;
     _takvimService                       = takvimService;
     _eczaneNobetMuafiyetService          = eczaneNobetMuafiyetService;
     _eczaneNobetGrupAltGrupService       = eczaneNobetGrupAltGrupService;
     _ayniGunTutulanNobetService          = ayniGunTutulanNobetService;
     _nobetGrupGorevTipKisitService       = nobetGrupGorevTipKisitService;
     _nobetAltGrupService                 = nobetAltGrupService;
     _ayniGunNobetTakipGrupAltGrupService = ayniGunNobetTakipGrupAltGrupService;
     _debugEczaneService                  = debugEczaneService;
 }
Example #2
0
 public AyniGunNobetTakipGrupAltGrupController(
     IAyniGunNobetTakipGrupAltGrupService ayniGunNobetTakipGrupAltGrupService,
     IUserService userService,
     INobetUstGrupService nobetUstGrupService,
     INobetGrupGorevTipService nobetGrupGorevTipService,
     INobetAltGrupService nobetAltGrup,
     INobetUstGrupSessionService nobetUstGrupSessionService)
 {
     _ayniGunNobetTakipGrupAltGrupService = ayniGunNobetTakipGrupAltGrupService;
     _userService                = userService;
     _nobetUstGrupService        = nobetUstGrupService;
     _nobetUstGrupSessionService = nobetUstGrupSessionService;
     _nobetGrupGorevTipService   = nobetGrupGorevTipService;
     _nobetAltGrup               = nobetAltGrup;
 }