Skip to content
Snippets Groups Projects
Commit 527f5432 authored by WILLIAM's avatar WILLIAM
Browse files

commit for wgong2

parent 47388480
No related branches found
No related tags found
2 merge requests!163commit for wgong2,!156Main
Pipeline #577208 failed
This commit is part of merge request !163. Comments created here will be created in the context of that merge request.
...@@ -776,4 +776,15 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -776,4 +776,15 @@ public class Products { /* a good class, but not as good as cse391 */
); );
} }
public Product wgong2Product() {
return new Product(
"Robot Cat",
"Robotic Cat, your ideal pet!",
"360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg",
"A cat, that's a robot",
12345
);
}
} }
...@@ -796,5 +796,17 @@ public class Staff { ...@@ -796,5 +796,17 @@ public class Staff {
"Norman Rockwell Self-Portrait" "Norman Rockwell Self-Portrait"
); );
} }
} public Employee wgong21() {
return new Employee(
"William",
"Student",
"want to minor in history",
"paradox-interactive.jpg",
"Paradox Interactive Logo"
);
}
}
images/staff/360_F_555938384_8LsT1k41T4hnSNeSI0ahqYt9Ug03bJkW.jpg

56.6 KiB

images/staff/paradox-interactive.jpg

28.3 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