示例#1
0
 public TCPTRepository(LoggerContext logger, SPEARTCPTContext context)
 {
     _logger  = logger;
     _context = context;
 }
示例#2
0
 public TCPTController(SPEARTCPTContext context)
 {
     _context = context;
 }
 public TCPTService(SPEARTCPTContext context)
 {
     _context = context;
 }