Skip to content
Snippets Groups Projects
Commit 161cc7a3 authored by Sulyman Jeyte's avatar Sulyman Jeyte
Browse files

Finish adding Staff and Product.

parent 4482670c
No related branches found
No related tags found
2 merge requests!133Sjeyte staff page,!115Sjeyte staff page
Pipeline #576949 failed with stage
in 2 seconds
......@@ -606,5 +606,15 @@ public class Products { /* a good class, but not as good as cse391 */
"Picture of Intel Processor",
589.00
);
}
public Product sjeyteProduct() {
return new Product(
"AMD Ryzen 7 7800X3D",
"Best gaming chip currently!",
"7800x3d.jpeg",
"Picture of the AMD processor.",
449.00
);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment