Renamed GameRecordModel to something more sensible

This commit is contained in:
2020-07-03 14:30:32 +01:00
parent 08e1670e22
commit dfad7f14d8
@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace FireLance.Models
{
public class GameRecordModel
public class MasterGameRecordModel
{
[BsonId]
public Guid Id { get; set; }