Exemplo n.º 1
0
 public async Task TruncateAsync()
 {
     await _dbContext.TruncateAsync <PredictionSchedule>().ConfigureAwait(false);
 }