示例#1
0
 public int Adduser(CMS_User u)
 {
     return(db.AddUser(u));
 }