Implement registry update

This commit is contained in:
2025-11-01 19:55:37 +09:00
parent 737e581f75
commit a9fd99bab8
4 changed files with 56 additions and 3 deletions

View File

@ -12,6 +12,6 @@
public string GUID { get; set; }
public virtual string Xml { get; set; }
public virtual string Json { get; set; }
}
}