7 lines
No EOL
162 B
C#
7 lines
No EOL
162 B
C#
namespace AmagnoVirtualPrinter.Agent.Core.Interfaces
|
|
{
|
|
public interface IDirectoryHelper
|
|
{
|
|
string GetOutputDirectory(IExConfig config);
|
|
}
|
|
} |