Esempio n. 1
0
 public bool deleteWhere(int id)
 {
     return(dal.deleteWhere(id) > 0);
 }