Dapper + ADO.NET#
The data-access layer CleenUI uses. Dapper is the lightweight POCO-mapper that turns ADO.NET DataReader rows into typed objects without the ORM machinery. Every database call in the codebase looks like 'open connection → execute stored procedure → Dapper-map results to POCO'.