Esempio n. 1
0
 public bool ExcluirMarcaPorId(int marcaId)
 {
     return(_marcaRepository.ExcluirMarcaPorId(marcaId));
 }