Example #1
0
File: PL.cs Project: KudrinAV/Task5
 public bool CreateManager(string Name)
 {
     return(_dbConnect.CreateManager(Name));
 }