parent
0f7c4e62ad
commit
d55a1ed817
@ -1,3 +1,4 @@
|
|||||||
|
using System;
|
||||||
using SQLite.Net.Attributes;
|
using SQLite.Net.Attributes;
|
||||||
|
|
||||||
namespace SQLiteRepository
|
namespace SQLiteRepository
|
||||||
@ -8,5 +9,6 @@ namespace SQLiteRepository
|
|||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public int UserId_FK { get; set; }
|
public int UserId_FK { get; set; }
|
||||||
public string CardUId { get; set; }
|
public string CardUId { get; set; }
|
||||||
|
public DateTimeOffset LastUsed { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user