Skip to content
Snippets Groups Projects
Commit fa6498d0 authored by Eveliina Karhapää's avatar Eveliina Karhapää
Browse files

Delete esiintyja.py

parent d6659182
No related branches found
No related tags found
No related merge requests found
public class esiintyja {
private String tunniste;
private String nimi;
private double provisiot;
}
class asiakas {
private String nimi;
private String sahkoposti;
private String puhelin;
}
class varaus {
private esiintyja esiintyja;
private String tilaisuus;
private double palkka;
private String paiva;
private boolean onko esiintyja;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment