added appointment class and finished ui
This commit is contained in:
parent
0677226a71
commit
cd4c3e1e3f
5 changed files with 137 additions and 13 deletions
|
@ -0,0 +1,6 @@
|
|||
package com.uottawa.olympus.olympusservices;
|
||||
|
||||
public class Appointment {
|
||||
Service service;
|
||||
ServiceProvider provider;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue