Exemplo n.º 1
0
        public IHttpActionResult Get()
        {
            InstrumentService instrumentService = CreateInstrumentService();
            var instrument = instrumentService.GetInstrument();

            return(Ok(instrument));
        }