Esempio n. 1
0
File: PL.cs Progetto: KudrinAV/Task5
 public bool DeleteManager(string name)
 {
     return(_dbConnect.DeleteManager(name));
 }