10 lines
No EOL
222 B
C#
10 lines
No EOL
222 B
C#
using JetBrains.Annotations;
|
|
|
|
namespace AmagnoVirtualPrinter.Agent.Core.Interfaces
|
|
{
|
|
public interface IDirectoryHelper
|
|
{
|
|
[NotNull]
|
|
string GetOutputDirectory([NotNull] IUserConfig config);
|
|
}
|
|
} |