Esempio n. 1
0
 public bool addGender(int pid, string gender)
 {
     return(dal.addGenders(pid, gender) > 0);
 }