Exemplo n.º 1
0
 public bool deleteVocation(int id)
 {
     return(dal.deleteVocation(id) > 0);
 }