Beispiel #1
0
 public MarcaEntity ConsultarPorId(int marcaId)
 {
     return(_marcaRepository.ConsultarPorId(marcaId));
 }