Beispiel #1
0
 public string[]  GetAllLoggedInUsers()
 {
     if (real == null)
     {
         return(null);
     }
     return(real.GetAllLoggedInUsers());
 }
Beispiel #2
0
 protected string[] GetAllLoggedInUsers()
 {
     return(service.GetAllLoggedInUsers());
 }