Beispiel #1
0
 public bool Logout(string name)
 {
     if (real == null)
     {
         return(true);
     }
     return(real.Logout(name));
 }
Beispiel #2
0
 protected bool UserLogout(string name)
 {
     return(service.Logout(name));
 }