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