Exemple #1
0
 public bool deleteKey(int id)
 {
     return(dal.deleteKey(id) > 0);
 }