8 lines
150 B
C#
8 lines
150 B
C#
namespace DCIT.Core.Services
|
|
{
|
|
public interface IDocumentFieldUpdateService
|
|
{
|
|
void UpdateDynamicContent(string documentPath);
|
|
}
|
|
}
|