TheCSharpAcademy / CONSOLE.PointOfSale

6 stars 15 forks source link

Seed Data #27

Closed TheCSharpAcademy closed 1 year ago

TheCSharpAcademy commented 1 year ago

Implement "OnModelCreating" in Kebab context so we can seed products into the database when we create our migrations. The products should come from the GetProducts method in the ProductService: