Browse Source

commit

master
Danial Eshete 5 years ago
parent
commit
567ced3feb
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