A simple shop application for learning purposes!
add-migration ***__NameOfThemigration__*** -Project src\SimpleShop.Infrastructure -StartupProject src\SimpleShop.Infrastructure -OutputDir Persistence\Migrations
update-database -Project src\SimpleShop.Infrastructure -StartupProject src\SimpleShop.Infrastructure