示例#1
0
 public PageBaseController()
 {
     this._mpCenterService = EngineContext.Current.Resolve <IMpCenterService>();
 }
示例#2
0
 public MpCenterController(IMpCenterService MpCenterService)
 {
     this.MpCenterService = MpCenterService;
 }