Skip to content
Snippets Groups Projects
Commit f63f74ba authored by Anchor's avatar Anchor
Browse files

Merge remote-tracking branch 'origin/main' into uwzhuohu_staff_page

parents c7fe153c 48ba7f30
No related branches found
No related tags found
1 merge request!42Merge branch 'uwzhuohu_staff_page' into 'main'
Pipeline #576224 failed
......@@ -58,6 +58,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product ataberksProduct() {
return new Product(
"Turkish Dumplings",
"Dough often filled with beef",
"turkishDumplings.jpg",
"The dumplings themselves",
7.25
);
}
public Product iansProduct() {
return new Product(
"Pasta",
......
......@@ -36,6 +36,16 @@ public class Staff {
);
}
public Employee ayildiz(){
return new Employee(
"Ataberk",
"Funny guy",
"Hasn't slept in days",
"ataberk.png",
"Go Dawgs"
);
}
public Employee ank05(){
return new Employee(
"Ankhita",
......
images/products/turkishDumplings.jpg

95.7 KiB

images/staff/ataberk.png

2.01 MiB

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