ui-pick (first draft)

This commit is contained in:
2020-06-09 16:57:57 +02:00
parent 0d3a0ee9c2
commit 6f7e0889d4
6 changed files with 397 additions and 5 deletions
+4
View File
@@ -5,5 +5,9 @@
public string Id { get; set; }
public string Name { get; set; }
public bool IsActive { get; set; }
public bool IsShared { get; set; }
}
}