示例#1
0
文件: UserInfo.cs 项目: zeroland/scan
 public bool DelUser(string id)
 {
     return(iUserInfo.DelUser(id));
 }