Esempio n. 1
0
 public bool setVocation(int id, string race, string vocation, string gender)
 {
     return(dal.setVocation(id, race, vocation, gender) > 0);
 }