Beispiel #1
0
 public IList <T> ListAll()
 {
     return(ThreadExecuter.Execute(
                () => BaseRepo.ListAll()
                ));
 }