Skip to content
Snippets Groups Projects
Commit bb5fcefe authored by Zach Hanczyc's avatar Zach Hanczyc
Browse files

Added zhanczyc things

parent f25dfada
No related branches found
No related tags found
1 merge request!56Added zhanczyc_staff_page
Pipeline #576414 passed
......@@ -316,4 +316,16 @@ public class Products { /* a good class, but not as good as cse391 */
100
);
}
public Product zhanczycProduct() {
return new Product(
"Soccer Ball",
"A ball for soccer",
"soccer_ball.jpg",
"a soccer ball",
12.99
);
}
}
......@@ -337,4 +337,16 @@ public class Staff {
"Jaden during PT"
);
}
public Employee zhanczyc() {
return new Employee(
"Zachary",
"Student",
"I'm sleepy",
"tree.jpg",
"tree"
);
}
}
images/products/soccer_ball.jpg

163 KiB

Image diff could not be displayed: it is too large. Options to address this: view the blob.
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