8 lines
148 B
C#
8 lines
148 B
C#
namespace DCIT.Core.Services
|
|
{
|
|
public interface IDocConversionService
|
|
{
|
|
void Convert(string sourcePath, string outputPath);
|
|
}
|
|
}
|