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