示例#1
0
 protected BaseApiController()
 {
     VerboseReporter = EngineContext.Current.Resolve <IVerboseReporterService>();
 }
示例#2
0
 protected RootController()
 {
     _verboseReporterService = mobSocialEngine.ActiveEngine.Resolve<IVerboseReporterService>();
 }
 protected RootController()
 {
     _verboseReporterService = mobSocialEngine.ActiveEngine.Resolve <IVerboseReporterService>();
 }