Beispiel #1
0
 public bool CreateManager(string Name)
 {
     return(_dbConnect.CreateManager(Name));
 }