Ejemplo n.º 1
0
Archivo: PL.cs Proyecto: KudrinAV/Task5
 public bool DeleteManager(string name)
 {
     return(_dbConnect.DeleteManager(name));
 }