Exemplo n.º 1
0
Arquivo: PL.cs Projeto: KudrinAV/Task5
 public bool CreateManager(string Name)
 {
     return(_dbConnect.CreateManager(Name));
 }