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