Hi Tim,
I learn a lot using UoW with dapper from your code. Thank you very much.
This is not an issue anyway, if we just want to add cat without adding new breed (no transaction) do we still need to insert to database via UoW or can we just add save/commit method on repository with IDBtransaction injected to constructor?
Thanks.
Hi Tim,
I learn a lot using UoW with dapper from your code. Thank you very much.
This is not an issue anyway, if we just want to add cat without adding new breed (no transaction) do we still need to insert to database via UoW or can we just add save/commit method on repository with IDBtransaction injected to constructor?
Thanks.