Forgot to save project

This commit is contained in:
2020-06-28 12:11:04 +01:00
parent af984ecfb1
commit 6f23353f35
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using System.Data.Common;
public class GameEntryModal : FireLance.Interfaces.IGameEntry
public class GameEntryModel : FireLance.Interfaces.IGameEntry
{
public int id { get; set; }
public string GameName { get; set; }