Example #1
0
 public bool DelUser(string id)
 {
     return(iUserInfo.DelUser(id));
 }