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

            return(Ok(con.GetLastMedicamentoId()));
        }