示例#1
0
 public NobetGrupGorevTipController(INobetGrupGorevTipService nobetGrupGorevTipService,
                                    INobetGorevTipService nobetGorevTipService,
                                    INobetGrupService nobetGrupService,
                                    IUserService userService,
                                    INobetUstGrupService nobetUstGrupService,
                                    INobetUstGrupSessionService nobetUstGrupSessionService)
 {
     _nobetGrupGorevTipService = nobetGrupGorevTipService;
     _nobetGorevTipService     = nobetGorevTipService;
     _nobetGrupService         = nobetGrupService;
     _userService                = userService;
     _nobetUstGrupService        = nobetUstGrupService;
     _nobetUstGrupSessionService = nobetUstGrupSessionService;
 }
示例#2
0
 public EczaneGrupTanimController(IEczaneGrupTanimService eczaneGrupTanimService,
                                  IUserService userService,
                                  IEczaneGrupService eczaneGrupService,
                                  IEczaneService eczaneService,
                                  INobetUstGrupService nobetUstGrupService,
                                  IEczaneGrupTanimTipService eczaneGrupTanimTipService,
                                  INobetGorevTipService nobetGorevTipService,
                                  INobetGrupGorevTipService nobetGrupGorevTipService,
                                  INobetUstGrupSessionService nobetUstGrupSessionService)
 {
     _eczaneGrupTanimService     = eczaneGrupTanimService;
     _eczaneGrupService          = eczaneGrupService;
     _eczaneService              = eczaneService;
     _userService                = userService;
     _nobetUstGrupService        = nobetUstGrupService;
     _eczaneGrupTanimTipService  = eczaneGrupTanimTipService;
     _nobetGorevTipService       = nobetGorevTipService;
     _nobetGrupGorevTipService   = nobetGrupGorevTipService;
     _nobetUstGrupSessionService = nobetUstGrupSessionService;
 }
示例#3
0
 public EczaneGrupController(IEczaneGrupService eczaneGrupService,
                             IEczaneService eczaneService,
                             IEczaneNobetGrupService eczaneNobetGrupService,
                             IEczaneGrupTanimService eczaneGrupTanimService,
                             INobetUstGrupService nobetUstGrupService,
                             IUserService userService,
                             INobetGrupService nobetGrupService,
                             INobetGorevTipService nobetGorevTipService,
                             INobetGrupGorevTipService nobetGrupGorevTipService,
                             INobetUstGrupSessionService nobetUstGrupSessionService)
 {
     _eczaneGrupService          = eczaneGrupService;
     _eczaneService              = eczaneService;
     _nobetUstGrupService        = nobetUstGrupService;
     _eczaneGrupTanimService     = eczaneGrupTanimService;
     _eczaneNobetGrupService     = eczaneNobetGrupService;
     _userService                = userService;
     _nobetGrupService           = nobetGrupService;
     _nobetGorevTipService       = nobetGorevTipService;
     _nobetGrupGorevTipService   = nobetGrupGorevTipService;
     _nobetUstGrupSessionService = nobetUstGrupSessionService;
     this.gridMvcHelper          = new GridMvcHelper();
 }
示例#4
0
 public NobetGorevTipController(INobetGorevTipService nobetGorevTipService)
 {
     _nobetGorevTipService = nobetGorevTipService;
 }