Merge with assign

This commit is contained in:
Filip Izydorczyk
2020-10-01 16:46:45 +02:00
14 changed files with 395 additions and 32 deletions

View File

@ -77,4 +77,7 @@ public class User {
this.name = name;
}
public Long getId() {
return this.id;
}
}