classlib all types implemented

This commit is contained in:
2022-12-05 14:08:59 +03:00
parent 09cd00dc66
commit affbd18de2
14 changed files with 282 additions and 154 deletions

View File

@@ -1,5 +1,6 @@
namespace PS.IPAM;
[Serializable]
public class Tag {
public int Id { get; }
public string Type { get; }