REST to a .Net Standard Library
Test REST in discord bot and WPF Small improvements
This commit is contained in:
@@ -8,6 +8,7 @@ namespace LaDOSE.Entity
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string ImgUrl { get; set; }
|
||||
public int Order { get; set; }
|
||||
public string WordPressTag { get; set; }
|
||||
public string WordPressTagOs { get; set; }
|
||||
public virtual IEnumerable<SeasonGame> Seasons { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user