Finished the test files

This commit is contained in:
Batuhan Berk Başoğlu 2018-11-14 13:59:26 -05:00
parent 2eb8555ae5
commit 24b16fd8b1
3 changed files with 23 additions and 0 deletions

View file

@ -99,6 +99,7 @@ public class ServiceProvider extends UserType {
public void setAvailabilities(int[][] availabilities) {
this.availabilities = availabilities;
}
public void setServices(List<Service> services) {
this.services = services;
}