namespace DCIT.Core.Services { public interface IDocumentFieldUpdateService { void UpdateDynamicContent(string documentPath); } }