Test EF / Mysql
This commit is contained in:
11
LaDOSE.Src/LaDOSE.Entity/Game.cs
Normal file
11
LaDOSE.Src/LaDOSE.Entity/Game.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace LaDOSE.Entity
|
||||
{
|
||||
public class Game
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string ImgUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user