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