Exemplo n.º 1
0
 public bool addVocation(string race, string vocation, string gender)
 {
     return(dal.addVocation(race, vocation, gender) > 0);
 }