Exemple #1
0
 public async Task CreateOrUpdateRowAsync(RowInfo row)
 {
     await repo.CreateOrUpdateRowAsync(row);
 }