You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note: ImageUrl is set to null - images will be loaded into ImageData via LoadImages.ps1 script
76
+
// Note: images will be loaded into ImageData via LoadImages.ps1 script
76
77
// This enables Scenario 2: Database image serving via /api/Product/{id}/image
77
-
newProduct{Name="Solar Powered Flashlight",Description="A fantastic product for outdoor enthusiasts",Price=19.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
78
-
newProduct{Name="Hiking Poles",Description="Ideal for camping and hiking trips",Price=24.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
79
-
newProduct{Name="Outdoor Rain Jacket",Description="This product will keep you warm and dry in all weathers",Price=49.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
80
-
newProduct{Name="Survival Kit",Description="A must-have for any outdoor adventurer",Price=99.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
81
-
newProduct{Name="Outdoor Backpack",Description="This backpack is perfect for carrying all your outdoor essentials",Price=39.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
82
-
newProduct{Name="Camping Cookware",Description="This cookware set is ideal for cooking outdoors",Price=29.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
83
-
newProduct{Name="Camping Stove",Description="This stove is perfect for cooking outdoors",Price=49.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
84
-
newProduct{Name="Camping Lantern",Description="This lantern is perfect for lighting up your campsite",Price=19.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
85
-
newProduct{Name="Camping Tent",Description="This tent is perfect for camping trips",Price=99.99m,ImageUrl=null,CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow}
78
+
newProduct{Name="Solar Powered Flashlight",Description="A fantastic product for outdoor enthusiasts",Price=19.99m,ImageUrl="images/product1.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
79
+
newProduct{Name="Hiking Poles",Description="Ideal for camping and hiking trips",Price=24.99m,ImageUrl="images/product2.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
80
+
newProduct{Name="Outdoor Rain Jacket",Description="This product will keep you warm and dry in all weathers",Price=49.99m,ImageUrl="images/product3.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
81
+
newProduct{Name="Survival Kit",Description="A must-have for any outdoor adventurer",Price=99.99m,ImageUrl="images/product4.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
82
+
newProduct{Name="Outdoor Backpack",Description="This backpack is perfect for carrying all your outdoor essentials",Price=39.99m,ImageUrl="images/product5.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
83
+
newProduct{Name="Camping Cookware",Description="This cookware set is ideal for cooking outdoors",Price=29.99m,ImageUrl="images/product6.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
84
+
newProduct{Name="Camping Stove",Description="This stove is perfect for cooking outdoors",Price=49.99m,ImageUrl="images/product7.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
85
+
newProduct{Name="Camping Lantern",Description="This lantern is perfect for lighting up your campsite",Price=19.99m,ImageUrl="images/product8.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow},
86
+
newProduct{Name="Camping Tent",Description="This tent is perfect for camping trips",Price=99.99m,ImageUrl="images/product9.png",CreatedDate=DateTime.UtcNow,ModifiedDate=DateTime.UtcNow}
0 commit comments