Provide Team model with LeagueId and CoachId.
This commit is contained in:
parent
2477d2b080
commit
4175eea10c
@ -3,4 +3,6 @@
|
||||
public class Team : BaseDomainModel
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public int LeagueId { get; set; }
|
||||
public int CoachId { get; set; }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user