Skip to content
Snippets Groups Projects
Commit caf5b501 authored by Emmiina Arte's avatar Emmiina Arte
Browse files

Upload New File

parents
No related branches found
No related tags found
No related merge requests found
public class Tilaisuus {
private String tyyppi;
private Esiintyja esiintyja;
private Double esiintyjanPalkkio;
}
public class Esiintyja {
private String erityisala;
}
public class Asiakas {
private Varaus varaus;
}
public class Varaus {
private Asiakas asiakas;
private Tilaisuus tilaisuus;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment