Add Name property to League model.
This commit is contained in:
parent
1a8cafbc4a
commit
808a6d6a3e
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
public class League : BaseDomainModel
|
public class League : BaseDomainModel
|
||||||
{
|
{
|
||||||
|
public string? Name { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user