Exemplo n.º 1
0
        public IHttpActionResult GetMedicamentoID(string nombre)
        {
            MedicamentoService con = new MedicamentoService();

            return(Ok(con.GetMedicamentoID(nombre)));
        }