TheCSharpAcademy / TCSS.CommunityProject.FuelLogger

0 stars 0 forks source link

dataaccess class created #5

Closed Doc415 closed 10 months ago

Doc415 commented 10 months ago

installed dapper and sqlite dataaccess class added createdatabase method added change working directory to your own...

TheCSharpAcademy commented 10 months ago

@Doc415 I'm approving the changes, but the indentation is still a bit wonky. What I like to do is click on this button before committing. It removes any unused usings and fixes indentation:

image

Before: image

After: image

Doc415 commented 10 months ago

Thanks for the information.