added appointment class and finished ui

This commit is contained in:
IvanaE 2018-10-05 12:35:05 -04:00
parent 0677226a71
commit cd4c3e1e3f
5 changed files with 137 additions and 13 deletions

View file

@ -0,0 +1,6 @@
package com.uottawa.olympus.olympusservices;
public class Appointment {
Service service;
ServiceProvider provider;
}