parent
d2ff905afd
commit
4a9a526e36
@ -0,0 +1,12 @@
|
|||||||
|
using SQLite.Net.Attributes;
|
||||||
|
|
||||||
|
namespace SQLiteRepository
|
||||||
|
{
|
||||||
|
internal class UserGroupJoinDb
|
||||||
|
{
|
||||||
|
[PrimaryKey, AutoIncrement]
|
||||||
|
public int JoinPKId { get; set; }
|
||||||
|
public int UserId_FK { get; set; }
|
||||||
|
public int GroupId_FK { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user