Files
DCIT/DCIT.Core/Services/IDocumentFieldUpdateService.cs

8 lines
150 B
C#
Raw Normal View History

2026-07-13 10:04:36 +08:00
namespace DCIT.Core.Services
{
public interface IDocumentFieldUpdateService
{
void UpdateDynamicContent(string documentPath);
}
}