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