Ejemplo n.º 1
0
 public async ValueTask <RowSet> InsertAsync(InsertRequest insert)
 => await this._DbConnection.InsertAsync(insert, this._CancellationToken);