FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/WindowsDataCenter/CardData.cs
chris.watts90@outlook.com a892e1d2c8 suspect service1 file incomplete due to selected line commits.
Added sqlite references.
added new CardsController, SwipeDataController and UsersController classes which all pull in SQLite to retrieve, or store their data.
2017-01-30 22:38:49 +00:00

7 lines
116 B
C#

namespace WindowsDataCenter
{
public class CardData
{
public string CardUId { get; set; }
}
}