Exemplo n.º 1
0
 public void ExcluirMaterial(Material material)
 {
     _repository.ExcluirMaterial(material);
 }