Merge branch 'master' of https://codefirst.iut.uca.fr/git/theo.dupin/Entity_Framework_Theo
commit
da3b72a210
@ -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