Commit Debut de rework

This commit is contained in:
2022-03-19 23:05:19 +01:00
parent aebc60d17f
commit ab02d292da
24 changed files with 233 additions and 211 deletions
+1 -9
View File
@@ -13,16 +13,8 @@ namespace LaDOSE.Entity
public string WordPressTagOs { get; set; }
public int? SmashId { get; set; }
public virtual IEnumerable<SeasonGame> Seasons { get; set; }
public virtual IEnumerable<EventGame> Events { get; set; }
}
public class SmashParticipent : Context.Entity
{
public string Name { get; set; }
public string Tag { get; set; }
public int? SmashId{ get; set; }
}
}