Save enemy-season relationship

This commit is contained in:
2020-03-12 22:09:45 +01:00
parent 2262340754
commit 83eb680cc9
10 changed files with 65 additions and 39 deletions

View File

@@ -13,8 +13,6 @@ namespace EstusShots.Shared.Dto
public bool Defeated { get; set; }
public Guid? SeasonId { get; set; }
public List<Season> Seasons { get; set; }
}
}