Skip to content
Snippets Groups Projects
Commit 46651b02 authored by Evan Mao's avatar Evan Mao
Browse files

added Evan M as staff and product

parent 681a4496
No related branches found
No related tags found
1 merge request!38added Evan M as staff and product
Pipeline #576187 passed with stage
in 2 seconds
......@@ -68,6 +68,16 @@ public class Products { /* a good class, but not as good as cse391 */
4.29
);
}
public Product evansProduct() {
return new Product(
"Dented Trombone",
"Super wrecked trombone but still plays wel",
"trom.png",
"very higih quality tromBONE",
99.10
);
}
public Product petersProduct() {
return new Product(
......
......@@ -107,6 +107,15 @@ public class Staff {
);
}
public Employee evanmao() {
return new Employee(
"Evan",
"Living well",
"Things that pay well",
"handsomeMe.jpg",
"I am very disappointed in this photo"
);
}
public Employee agummadi() {
return new Employee(
"Arya",
......
images/products/trom.png

152 KiB

images/staff/handsomeMe.jpg

142 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