예제 #1
0
 public MLLBTSController(IPktReport pktReport)
 {
     m_pktReport = pktReport;
 }
예제 #2
0
 public TLDUTGXLSCController(IPktReport pktReport)
 {
     m_pktReport = pktReport;
 }
 public LuykeLapgoFiberController(IPktReport pktReport)
 {
     m_pktReport = pktReport;
 }
예제 #4
0
 public PAKHDDController(IPktReport pktReport)
 {
     m_pktReport = pktReport;
 }
예제 #5
0
 public MegaVNNController(IPktReport pktReport)
 {
     m_pktReport = pktReport;
 }
예제 #6
0
 public MLLBTSImpl(ICommon m_common, IConfiguration m_configuration, IPktReport pktReport)
 {
     this.m_common        = m_common;
     this.m_configuration = m_configuration;
     m_pktReport          = pktReport;
 }
예제 #7
0
 public HSSDCImpl(ICommon common, IConfiguration configuration, IPktReport pktReport)
 {
     m_configuration = configuration;
     m_common        = common;
     m_pktReport     = pktReport;
 }
예제 #8
0
 public CCDVDTGController(IPktReport pktReport)
 {
     m_pktReport = pktReport;
 }
예제 #9
0
 public HSSDCQController(IPktReport pktReport)
 {
     m_pktReport = pktReport;
 }
예제 #10
0
 public LuykeLapgoFiberImpl(ICommon m_common, IConfiguration m_configuration, IPktReport pktReport)
 {
     this.m_common        = m_common;
     this.m_configuration = m_configuration;
     m_pktReport          = pktReport;
 }