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