Versio 1, ensimmäinen committi!

This commit is contained in:
2026-04-08 19:34:00 +03:00
commit 7eddb935dc
42 changed files with 2699 additions and 0 deletions
@@ -0,0 +1,12 @@
package fi.lpam.dataluokat;
public interface TietokantaOlio {
boolean tallennaUusi();
boolean päivitäTietokantaan();
boolean poista();
boolean tallenna();
}