adamfoneil / Dapper.CX

A Crud library based on Dapper
MIT License
8 stars 1 forks source link

transaction object not passed during IValidate #22

Closed adamfoneil closed 4 years ago

adamfoneil commented 4 years ago

Found this in BlazorServerDemo when trying to save a model that has validation within a transaction, i.e. the SqlCrudService SaveAsync

image