示例#1
0
 public HomeController(IXiaoTuanService IXiaoTuanService, IRepository <activity> activity, IRepository <enroll> enroll, IRepository <student> student)
 {
     _IXiaoTuanService = IXiaoTuanService;
     _activity         = activity;
     _enroll           = enroll;
     _student          = student;
 }
示例#2
0
 public WebController(IAccountPayService accountPayService, IPermissionProvider permissionProvider, IXiaoTuanService IXiaoTuanService)
 {
     _accountPayService  = accountPayService;
     _permissionProvider = permissionProvider;
     _IXiaoTuanService   = IXiaoTuanService;
 }