Supprimer 'Sources/ChampionEntity.cs'

pull/1/head
Théo DUPIN 2 years ago
parent f876b294fd
commit f9176e8e1c

@ -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; }
}
}
Loading…
Cancel
Save