public void PutDeveFalharSeIdDoperadoraDiferente() { var valor = int.MaxValue; var service = new ServiceOperadora(); var resultado = service.AtualizarOperadora(valor); Assert.IsInstanceOfType(resultado, typeof(BadRequestResult)); }
public void Put(int id, [FromBody] string value) { _serviceOperadora.AtualizarOperadora(id); }