Пример #1
0
 public bool EditManager(string oldName, string newName)
 {
     return(_dbConnect.EditManager(oldName, newName));
 }