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…
Reference in new issue