diff --git a/Sources/ChampionEntity.cs b/Sources/ChampionEntity.cs deleted file mode 100644 index b98fb0f..0000000 --- a/Sources/ChampionEntity.cs +++ /dev/null @@ -1,12 +0,0 @@ -using Systeme; - -namespace EntityFrameworkLib -{ - public class ChampionEntity - { - public int Id { get; set; } - public string Name { get; set; } - public string Bio { get; set; } - public string Icon { get; set; } - } -}