示例#1
0
 public OligoSynthesisActivityController(IOligoSynthesizerService oligoSynthesizerService)
 {
     this.oligoSynthesizerService = oligoSynthesizerService;
 }
 public OligoSynthesizerController(IOligoSynthesizerService oligoSynthesizerService)
 {
     this.oligoSynthesizerService = oligoSynthesizerService;
     signalHubContext             = GlobalHost.ConnectionManager.GetHubContext <SignalHub>();
 }