henkmollema / Dommel

CRUD operations with Dapper made simple.
MIT License
634 stars 100 forks source link

Cancellation token for deleteAsync requests #259

Closed jorismathijssen closed 3 years ago

jorismathijssen commented 3 years ago

First of all thank you for this helpful library, it made using dapper a lot easier.

I was wondering, while implementing, why there is no cancellationToken parameter for all the deleteAsync methods?