Beispiel #1
0
 public long GetNumItems()
 {
     return(ThreadExecuter.Execute(
                () => BaseRepo.GetNumItems()
                ));
 }