Added sqlite references. added new CardsController, SwipeDataController and UsersController classes which all pull in SQLite to retrieve, or store their data.
7 lines
116 B
C#
7 lines
116 B
C#
namespace WindowsDataCenter
|
|
{
|
|
public class CardData
|
|
{
|
|
public string CardUId { get; set; }
|
|
}
|
|
} |