first commit

This commit is contained in:
lihansani
2026-07-13 10:04:36 +08:00
commit 577aa128bd
870 changed files with 25849 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace DCIT.Core.Services
{
public interface IDocumentFieldUpdateService
{
void UpdateDynamicContent(string documentPath);
}
}