示例#1
0
文件: PL.cs 项目: KudrinAV/Task5
 public bool DeleteUser(string login)
 {
     return(_dbConnect.DeleteUser(login));
 }