Commit cc3649d8 by Juho Juopperi

Add code field to ReaderEvent

1 parent 740a1d45
...@@ -14,5 +14,6 @@ namespace MoyaAdminLib ...@@ -14,5 +14,6 @@ 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!