summary refs log tree commit diff
path: root/ReferenceClientProxyImplementation/Patches/Constants/Constant.cs
blob: 09a00cc25a85f389f7ca79fc76eb789569c910d1 (plain) (blame)
1
2
3
4
5
6
namespace ReferenceClientProxyImplementation.Patches.Constants;

public class Constant {
    public required string SourceValue { get; set; }
    public required string TargetValue { get; set; }
}