Example #1
0
 public bool Deletar(int id)
 {
     return(repositorio.ExcluirVenda(id));
 }