Added commisions endponts

This commit is contained in:
Filip Izydorczyk
2020-09-30 17:46:04 +02:00
parent b4d1c87461
commit b503ebcbcc
6 changed files with 58 additions and 22 deletions

View File

@ -29,6 +29,9 @@ public class Commision {
this.commisionOwner = user;
}
public Commision() {
}
public Long getId() {
return this.id;
}