示例#1
0
 public async virtual Task <IEnumerable <T> > GetAllAsync()
 {
     return(await ConnectionHandler.FindAll());
 }