Esempio n. 1
0
        public IHttpActionResult GetConnection()
        {
            var result = _horseOrchestrator.getConnection();

            //var result = await _horseOrchestrator.getConnection();
            //return Ok(result);

            return(Ok(result));
        }