示例#1
0
 public EczaneNobetDegisimTalepController(IEczaneNobetDegisimTalepService eczaneNobetDegisimTalepService,
                                          IEczaneNobetDegisimArzService eczaneNobetDegisimArzService,
                                          IEczaneService eczaneService,
                                          IUserEczaneService userEczaneService,
                                          IUserService userService,
                                          INobetGrupService nobetGrupService,
                                          INobetUstGrupService nobetUstGrupService,
                                          ITakvimService takvimService,
                                          IEczaneNobetSonucService eczaneNobetSonucService,
                                          IEczaneNobetGrupService eczaneNobetGrupService,
                                          IUserRoleService userRoleService)
 {
     _eczaneNobetDegisimTalepService = eczaneNobetDegisimTalepService;
     _eczaneNobetDegisimArzService   = eczaneNobetDegisimArzService;
     _eczaneService           = eczaneService;
     _userEczaneService       = userEczaneService;
     _userService             = userService;
     _nobetUstGrupService     = nobetUstGrupService;
     _nobetGrupService        = nobetGrupService;
     _takvimService           = takvimService;
     _eczaneNobetSonucService = eczaneNobetSonucService;
     _eczaneNobetGrupService  = eczaneNobetGrupService;
     _userRoleService         = userRoleService;
     _yetkilendirme           = new Yetkilendirme(_userService, _userRoleService);
 }
示例#2
0
 public UserEczaneController(IEczaneService eczaneService,
                             IUserService userService,
                             IUserEczaneService userEczaneService,
                             IEczaneNobetGrupService eczaneNobetGrupService,
                             INobetUstGrupService nobetUstGrupService)
 {
     _eczaneService          = eczaneService;
     _userService            = userService;
     _userEczaneService      = userEczaneService;
     _eczaneNobetGrupService = eczaneNobetGrupService;
     _nobetUstGrupService    = nobetUstGrupService;
 }
示例#3
0
 public EczaneManager(IEczaneDal eczaneDal,
                      IUserService userService,
                      INobetUstGrupService nobetUstGrupService,
                      INobetGrupService nobetGrupService,
                      IEczaneNobetGrupService eczaneNobetGrupService,
                      IUserEczaneService userEczaneService)
 {
     _eczaneDal              = eczaneDal;
     _userService            = userService;
     _nobetUstGrupService    = nobetUstGrupService;
     _nobetGrupService       = nobetGrupService;
     _userEczaneService      = userEczaneService;
     _eczaneNobetGrupService = eczaneNobetGrupService;
 }
示例#4
0
 public EczaneController(IEczaneService eczaneService,
                         IUserService userService,
                         IUserEczaneService userEczaneService,
                         IEczaneNobetGrupService eczaneNobetGrupService,
                         INobetUstGrupService nobetUstGrupService,
                         INobetUstGrupSessionService nobetUstGrupSessionService,
                         IEczaneNobetGrupAltGrupService eczaneNobetGrupAltGrup)
 {
     _eczaneService              = eczaneService;
     _userService                = userService;
     _eczaneNobetGrupService     = eczaneNobetGrupService;
     _nobetUstGrupService        = nobetUstGrupService;
     _nobetUstGrupSessionService = nobetUstGrupSessionService;
     _userEczaneService          = userEczaneService;
     _eczaneNobetGrupAltGrup     = eczaneNobetGrupAltGrup;
 }
示例#5
0
 public DebugEczaneController(IEczaneService eczaneService,
                              IDebugEczaneService debugEczaneService,
                              IUserService userService,
                              IUserEczaneService userEczaneService,
                              IEczaneNobetGrupService eczaneNobetGrupService,
                              INobetUstGrupService nobetUstGrupService,
                              INobetUstGrupSessionService nobetUstGrupSessionService)
 {
     _eczaneService              = eczaneService;
     _debugEczaneService         = debugEczaneService;
     _userService                = userService;
     _eczaneNobetGrupService     = eczaneNobetGrupService;
     _nobetUstGrupService        = nobetUstGrupService;
     _nobetUstGrupSessionService = nobetUstGrupSessionService;
     _userEczaneService          = userEczaneService;
 }
示例#6
0
 public EczaneNobetSonuclarController(IEczaneNobetSonucService eczaneNobetSonucService,
                                      IUserService userService,
                                      IUserEczaneService userEczaneService,
                                      INobetUstGrupService nobetUstGrupService,
                                      IEczaneNobetGrupService eczaneNobetGrupService,
                                      IEczaneService eczaneService,
                                      IEczaneNobetOrtakService eczaneNobetOrtakService,
                                      IUserRoleService userRoleService
                                      )
 {
     _userService             = userService;
     _eczaneNobetSonucService = eczaneNobetSonucService;
     _userEczaneService       = userEczaneService;
     _nobetUstGrupService     = nobetUstGrupService;
     _eczaneNobetGrupService  = eczaneNobetGrupService;
     _eczaneService           = eczaneService;
     _eczaneNobetOrtakService = eczaneNobetOrtakService;
     _userRoleService         = userRoleService;
     _yetkilendirme           = new Yetkilendirme(_userService, _userRoleService);
 }
示例#7
0
 public EczaneGrupManager(IEczaneGrupDal eczaneGrupDal,
                          IEczaneDal eczaneDal,
                          IUserService userService,
                          IUserEczaneDal userEczaneDal,
                          INobetGrupGorevTipService nobetGrupGorevTipService,
                          IEczaneNobetGrupService eczaneNobetGrupService,
                          IUserEczaneService userEczaneService,
                          //IQueryableRepository<EczaneGrup> queryable
                          IEczaneNobetGrupDal eczaneNobetGrupDal
                          )
 {
     _eczaneGrupDal = eczaneGrupDal;
     _eczaneDal     = eczaneDal;
     _userService   = userService;
     _userEczaneDal = userEczaneDal;
     //_queryable = queryable;
     _nobetGrupGorevTipService = nobetGrupGorevTipService;
     _userEczaneService        = userEczaneService;
     _eczaneNobetGrupService   = eczaneNobetGrupService;
     _eczaneNobetGrupDal       = eczaneNobetGrupDal;
 }