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