rfalanga / SupplyChainManagementSystem

0 stars 0 forks source link

Add Supplier functionality #12

Open rfalanga opened 2 months ago

rfalanga commented 2 months ago

In the article in the section titled, "Create the Supplier Class" Joydip said to create a class named Order, but then he created the class named Supplier. ❓

I'm going to create the Supplier class and other Supplier functionality.

rfalanga commented 2 months ago

Well, Joydip didn't mention that the Faker stuff was supposed to go into a new DbContext class, until Listing 5. Oh well.

rfalanga commented 2 months ago

Left off at section Create the SupplierController Class