commit
This commit is contained in:
parent
6d88ba7850
commit
567ced3feb
12
src/Account.java
Normal file
12
src/Account.java
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
public class Account {
|
||||||
|
public Person owner;
|
||||||
|
public String email;
|
||||||
|
|
||||||
|
|
||||||
|
public void accountErstellen(Person p, String e_email){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user