示例#1
0
 public async Task <IEnumerable <DBBackup> > GetBackups()
 {
     return(await TblBackups.Take(20).ExecuteAsync().ConfigureAwait(false));
 }