예제 #1
0
 public NobetDurumController(INobetDurumService nobetDurumService,
                             INobetDurumTipService nobetDurumTipService,
                             INobetAltGrupService nobetAltGrupService,
                             IUserService userService,
                             INobetUstGrupService nobetUstGrupService)
 {
     _nobetDurumService    = nobetDurumService;
     _nobetDurumTipService = nobetDurumTipService;
     _nobetAltGrupService  = nobetAltGrupService;
     _userService          = userService;
     _nobetUstGrupService  = nobetUstGrupService;
 }
 public OsmaniyeOptimizationManager(
     IEczaneGrupService eczaneGrupService,
     IEczaneGrupTanimService eczaneGrupTanimService,
     IEczaneNobetOsmaniyeOptimization eczaneNobetOsmaniyeOptimization,
     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,
     IKalibrasyonService kalibrasyonService,
     IAyniGunTutulanNobetService ayniGunTutulanNobetService,
     INobetDurumService nobetDurumService,
     IDebugEczaneService debugEczaneService
     )
 {
     _eczaneGrupService                = eczaneGrupService;
     _eczaneGrupTanimService           = eczaneGrupTanimService;
     _eczaneNobetOsmaniyeOptimization  = eczaneNobetOsmaniyeOptimization;
     _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;
     _kalibrasyonService            = kalibrasyonService;
     _ayniGunTutulanNobetService    = ayniGunTutulanNobetService;
     _nobetDurumService             = nobetDurumService;
     _debugEczaneService            = debugEczaneService;
 }