Exemplo n.º 1
0
 public bool setAccount(int id, string pwd, string name, int sex, int vocation, DateTime redate, int level, int stard, string remark)
 {
     return(dal.setAccount(id, pwd, name, sex, vocation, redate, level, stard, remark) > 0);
 }