I am building my first MVC app, so please excuse me if its a rookie question. I am building a web app that queries an existing SQL database Log tables that are created when a new record is created, mapping the response back using Dapper....However, the Lo...