public NobetGrupGunKuralController(INobetGrupGunKuralService nobetGrupGunKuralService,
                                    INobetGunKuralService nobetGunKuralService,
                                    INobetGrupService nobetGrupService,
                                    IUserService userService)
 {
     _nobetGrupGunKuralService = nobetGrupGunKuralService;
     _nobetGunKuralService     = nobetGunKuralService;
     _nobetGrupService         = nobetGrupService;
     _userService = userService;
 }
Example #2
0
 public BayramController(IBayramService bayramService,
                         IUserService userService,
                         INobetGrupService nobetGrupService,
                         IBayramTurService bayramTurService,
                         INobetGrupGorevTipService nobetGrupGorevTipService,
                         ITakvimService takvimService,
                         INobetGunKuralService nobetGunKuralService)
 {
     _bayramService            = bayramService;
     _userService              = userService;
     _nobetGrupService         = nobetGrupService;
     _bayramTurService         = bayramTurService;
     _nobetGrupGorevTipService = nobetGrupGorevTipService;
     _takvimService            = takvimService;
     _nobetGunKuralService     = nobetGunKuralService;
 }
 public NobetGrupGorevTipGunKuralController(INobetGrupGorevTipGunKuralService nobetGrupGorevTipGunKuralService,
                                            INobetUstGrupService nobetUstGrupService,
                                            IUserService userService,
                                            INobetGunKuralService nobetGunKuralService,
                                            INobetGrupGorevTipService nobetGrupGorevTipService,
                                            INobetUstGrupGunGrupService nobetUstGrupGunGrupService,
                                            INobetUstGrupSessionService nobetUstGrupSessionService)
 {
     _nobetGrupGorevTipGunKuralService = nobetGrupGorevTipGunKuralService;
     _nobetGrupGorevTipService         = nobetGrupGorevTipService;
     _nobetUstGrupService        = nobetUstGrupService;
     _userService                = userService;
     _nobetGunKuralService       = nobetGunKuralService;
     _nobetUstGrupGunGrupService = nobetUstGrupGunGrupService;
     _nobetUstGrupSessionService = nobetUstGrupSessionService;
 }
Example #4
0
 public NobetGrupGorevTipTakvimOzelGunController(INobetGrupGorevTipTakvimOzelGunService nobetGrupGorevTipTakvimOzelGunService,
                                                 INobetGrupGorevTipService nobetGrupGorevTipService,
                                                 ITakvimService takvimService,
                                                 INobetOzelGunService nobetOzelGunService,
                                                 IUserService userService,
                                                 INobetUstGrupService nobetUstGrupService,
                                                 INobetGunKuralService nobetGunKuralService,
                                                 INobetGrupGorevTipGunKuralService nobetGrupGorevTipGunKuralService,
                                                 INobetOzelGunKategoriService nobetOzelGunKategoriService,
                                                 INobetUstGrupSessionService nobetUstGrupSessionService)
 {
     _nobetGrupGorevTipTakvimOzelGunService = nobetGrupGorevTipTakvimOzelGunService;
     _nobetGrupGorevTipService = nobetGrupGorevTipService;
     _takvimService            = takvimService;
     _nobetOzelGunService      = nobetOzelGunService;
     _userService                      = userService;
     _nobetUstGrupService              = nobetUstGrupService;
     _nobetGunKuralService             = nobetGunKuralService;
     _nobetGrupGorevTipGunKuralService = nobetGrupGorevTipGunKuralService;
     _nobetOzelGunKategoriService      = nobetOzelGunKategoriService;
     _nobetUstGrupSessionService       = nobetUstGrupSessionService;
 }
 public EczaneNobetSonucDemoController(IEczaneNobetSonucDemoService eczaneNobetSonucDemoService,
                                       ITakvimService takvimService,
                                       IEczaneNobetGrupService eczaneNobetGrupService,
                                       IEczaneGrupService eczaneGrupService,
                                       INobetUstGrupService nobetUstGrupService,
                                       INobetGrupService nobetGrupService,
                                       IUserService userService,
                                       IEczaneService eczaneService,
                                       INobetSonucDemoTipService nobetSonucDemoTipService,
                                       INobetGunKuralService nobetGunKuralService,
                                       IEczaneNobetOrtakService eczaneNobetOrtakService)
 {
     _eczaneNobetSonucDemoService = eczaneNobetSonucDemoService;
     _takvimService            = takvimService;
     _eczaneNobetGrupService   = eczaneNobetGrupService;
     _eczaneGrupService        = eczaneGrupService;
     _userService              = userService;
     _eczaneService            = eczaneService;
     _nobetUstGrupService      = nobetUstGrupService;
     _nobetGrupService         = nobetGrupService;
     _nobetSonucDemoTipService = nobetSonucDemoTipService;
     _nobetGunKuralService     = nobetGunKuralService;
     _eczaneNobetOrtakService  = eczaneNobetOrtakService;
 }
Example #6
0
 public NobetGunKuralController(INobetGunKuralService nobetGunKuralService)
 {
     _nobetGunKuralService = nobetGunKuralService;
 }