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