Removed Id property from patronuser

This commit is contained in:
Kwoth
2023-01-09 02:48:11 +01:00
parent fcd016aed3
commit a4053d0666

View File

@@ -27,7 +27,6 @@ public enum FeatureType
public class PatronUser public class PatronUser
{ {
public int Id { get; set; }
public string UniquePlatformUserId { get; set; } public string UniquePlatformUserId { get; set; }
public ulong UserId { get; set; } public ulong UserId { get; set; }
public int AmountCents { get; set; } public int AmountCents { get; set; }