예제 #1
0
 public IActionResult Post([FromBody] MarcaInput input)
 {
     return(Ok(_marcaNegocio.Inserir(input)));
 }