Extending Dapper.CX with Opt in Interfaces - adamfoneil/Dapper.CX GitHub Wiki

There are a number of interfaces you can implement on your model classes that enable a lot of functionality typically needed in enterprise applications. These interfaces come from my AO.Models project. This is a separate package so you can add these to your model project without adding a Dapper dependency.

Roadmap

  • delete tracking and delete undo