blckxsepia 5 years ago
parent
commit
10b1cad5ec
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      src/Account.java

+ 12
- 0
src/Account.java View File

@@ -0,0 +1,12 @@
public class Account {
public Person owner;
public String email;


public void accountErstellen(Person p, String e_email){



}

}

Loading…
Cancel
Save