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

            return(Ok(con.GetAllNombresMedicamentosxSucursal(id)));
        }