예제 #1
0
 public IActionResult GetByIdMarcaPatrimonio([FromRoute] int id)
 {
     return(Ok(_marcaNegocio.SelecionarPatrimonioPorMarcaId(id)));
 }