Skip to content
Snippets Groups Projects
Commit fe3d51ba authored by Bryan Zhao's avatar Bryan Zhao
Browse files

Third change

parent c3d9bd98
No related branches found
No related tags found
2 merge requests!162Bohanz04 staff page,!156Main
......@@ -797,4 +797,14 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0
);
}
public Product bohanz04Product() {
return new Product(
"idk",
"1",
"test2.jpg",
"idk",
10.0
);
}
}
......@@ -817,5 +817,16 @@ public class Staff {
"celsius picture"
);
}
public Employee bohanz04() {
return new Employee(
"bohanz",
"Student",
"i am i",
"test1.jpg",
"I picture"
);
}
}
images/products/test2.jpg

218 KiB

images/staff/test1.jpg

218 KiB

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