public TCPTRepository(LoggerContext logger, SPEARTCPTContext context) { _logger = logger; _context = context; }
public TCPTController(SPEARTCPTContext context) { _context = context; }
public TCPTService(SPEARTCPTContext context) { _context = context; }