예제 #1
0
 /// <summary>构造函数</summary>
 public BO2ServiceController(IBO2Service service)
 {
     ServiceImpl = service;
 }
예제 #2
0
 public KManage2Controller(KManage2Service kManage2Service)
 {
     _kManage2Service = kManage2Service;
     _bo2Service      = GetService <IBO2Service>();
     _indexService    = GetService <IIndexerService>();
 }
 /// <summary>构造函数</summary>
 public SemanticServiceController(ISemantics service, IBO2Service bo2Service)
 {
     ServiceImpl    = service;
     BO2ServiceImpl = bo2Service;
 }
예제 #4
0
 public WEditorController(WEditorService weditorService)
 {
     _bo2Service         = GetService <IBO2Service>();
     this.weditorService = weditorService;
 }