예제 #1
0
 public bool DeleteUser(string username, string password)
 {
     return(_real == null || _real.DeleteUser(username, password));
 }