namespace PortingAssistant.Common.Model { public class RuleContributionRequest { public string KeyName { get; set; } public string Contents { get; set; } } }