public WcfDebugService(WcfDebugController controller)
 {
     Controller = controller;
 }
Beispiel #2
0
 public WcfDebugService(WcfDebugController controller)
 {
     Controller        = controller;
     _debugServiceImpl = new DebugServiceImpl(controller);
 }