jakobyc / ERP

0 stars 0 forks source link

Repositories #2

Open jakobyc opened 6 years ago

jakobyc commented 6 years ago

Configure repositories for mapping domain objects. If an ADO.NET wrapper is used, separate it into another solution to be used for other projects.

jakobyc commented 6 years ago

Added base class repository and ConnectionFactory for wrapping ADO.NET. Added a few derived repositories (SQL Server, SQLite).

jakobyc commented 6 years ago

I've pushed the ADO.NET wrapper to a separate repository.