using System; using System.Collections.Generic; using System.Text; namespace HTEXLib.DOCX.Models { public class ReplaceDto { public string oldstr { get; set; } public string newstr { get; set; } } }