Skip to content
Snippets Groups Projects
Commit 7a6921a0 authored by Chaitanya Sekhar's avatar Chaitanya Sekhar
Browse files

Added bio to staff page and product to products page

parent e7c2abc4
No related branches found
No related tags found
1 merge request!93Added bio to staff page and product to products page
Pipeline #576738 passed with stage
in 3 seconds
......@@ -497,4 +497,14 @@ public class Products { /* a good class, but not as good as cse391 */
3.99
);
}
public Product ccsekhar20Product() {
return new Product(
"Coffee",
"Good coffee",
"coffee.jpeg",
"Picture of coffee",
4.99
);
}
}
......@@ -528,4 +528,14 @@ public class Staff {
"Picture of a dog"
);
}
public Employee ccsekhar20() {
return new Employee(
"Chaitanya",
"Student",
"On the grind",
"ocean.jpg",
"Picture of the ocean"
);
}
}
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