#Installation#
- Download or Clone this repository
- Create an empty database with the name you desire.
- Open visual studio and then the nuget console tool and run install packages.config. Make sure you install packages for both projects WPF-Invoice and EFDataAccess.
- Configure the app.config connection string to your needs. Add your database name, server and credentials.
- On the nuget console run the command update-database. This will run the migrations and seeders (Only 3 records on SalesPersons table and 3 on Products Table)
- Compile and run the application.