You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My implementation of a Repository Pattern using the Dapper Micro-ORM as the SQL interface. This uses attributes on entities to generate basic CRUD SQL statements.
About
Implementation of a Repository Pattern using the Dapper Micro-ORM