Refactored code

This commit is contained in:
2020-06-28 10:47:00 +01:00
parent ae69181119
commit 7c8ef0cc10
5 changed files with 27 additions and 21 deletions
+10
View File
@@ -0,0 +1,10 @@
using System.Data.Common;
public class GameEntryModal
{
public int id { get; set; }
public string GameName { get; set; }
public string BackupWarning { get; set; }
public string RestoreWarning { get; set; }
public string LastModified { get; set; }
}