summary refs log tree commit diff
path: root/ReferenceClientProxyImplementation/Patches/Constants
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceClientProxyImplementation/Patches/Constants')
-rw-r--r--ReferenceClientProxyImplementation/Patches/Constants/Constant.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/ReferenceClientProxyImplementation/Patches/Constants/Constant.cs b/ReferenceClientProxyImplementation/Patches/Constants/Constant.cs
new file mode 100644

index 0000000..09a00cc --- /dev/null +++ b/ReferenceClientProxyImplementation/Patches/Constants/Constant.cs
@@ -0,0 +1,6 @@ +namespace ReferenceClientProxyImplementation.Patches.Constants; + +public class Constant { + public required string SourceValue { get; set; } + public required string TargetValue { get; set; } +} \ No newline at end of file