Ejemplo n.º 1
0
 public void DeleteUser(string user)
 {
     if (!isAuthenticated)
     {
         RegisterUser();
         AuthenticateUser();
     }
     if (isAuthenticated)
     {
         objSpace.Delete(user);
     }
 }
Ejemplo n.º 2
0
 public void DeleteUser(string userName)
 {
     objsBook.Delete(userName);
 }