Commit 3342b741 by Juho Juopperi

Revert "Add code field to ReaderEvent"

This reverts commit cc3649d8.
1 parent 8c04ef2c
...@@ -14,6 +14,5 @@ namespace MoyaAdminLib ...@@ -14,6 +14,5 @@ namespace MoyaAdminLib
public Eventuser eventuser; public Eventuser eventuser;
public int? printedCardId = 0; public int? printedCardId = 0;
public string printedCardState = ""; public string printedCardState = "";
public string code;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!