Example #1
0
 public bool Excluir(string id)
 {
     return(repository.Excluir(id));
 }