parent
fae6ca3244
commit
d2ff905afd
@ -0,0 +1,12 @@
|
|||||||
|
using SQLite.Net.Attributes;
|
||||||
|
|
||||||
|
namespace SQLiteRepository
|
||||||
|
{
|
||||||
|
internal class GroupDb
|
||||||
|
{
|
||||||
|
[PrimaryKey, AutoIncrement]
|
||||||
|
public int GroupId { get; set; }
|
||||||
|
public string GroupName { get; set; }
|
||||||
|
public string AssignedUserCount { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user