Example #1
0
        public async Task <IActionResult> GetAll()
        {
            var tcpConnections = await _tcpService.GetAll();

            return(Ok(tcpConnections));
        }