Further refactoring of models

- Created and implemented IDatabaseCollection
This commit is contained in:
2020-06-30 18:53:35 +01:00
parent aed3f0e3ac
commit 0a25a405ca
8 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using System.Data.Common;
public class GameEntryModel : FireLance.Interfaces.IGameEntry
public class GameEntryModel : FireLance.Interfaces.IGameEntryModel
{
public int id { get; set; }
public string GameName { get; set; }