コード例 #1
0
 public TcpListenerLogRepository(ITcpListenerLogStore tcpListenerLogStore)
 {
     _tcpListenerLogStore = tcpListenerLogStore;
 }
コード例 #2
0
ファイル: TcpListenerLog.cs プロジェクト: rhw1111/DCEM
 public TcpListenerLogIMP(ITcpListenerLogStore tcplistenerLogStore)
 {
     _tcplistenerLogStore = tcplistenerLogStore;
 }