Merge branch 'master' of https://git.efi.th-nuernberg.de/gitea/korndoerferpi67188/ChareSWE
This commit is contained in:
commit
10b1cad5ec
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