Skip to content
Snippets Groups Projects
Commit 381595f9 authored by Henry Koivula's avatar Henry Koivula
Browse files

Initial commit

parents
Branches
No related tags found
No related merge requests found
import java.util.ArrayList;
public class Asiakas {
private String asiakasNumero;
private String nimi;
private ArrayList<Tilaisuus> varaukset;
}
public class Esiintyja {
private String erityisala;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment