parent
ad10383345
commit
a4218a0112
@ -0,0 +1,6 @@
|
|||||||
|
class Team{
|
||||||
|
constructor(id, name){
|
||||||
|
this.id=id;
|
||||||
|
this.name=name;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue