Ejemplo n.º 1
0
 public IList <string> GetOnlineIds()
 {
     return(ThreadExecuter.Execute(
                () => _repo.GetOnlineIds()
                ));
 }