7 lines
122 B
C#
7 lines
122 B
C#
|
namespace Image
|
|||
|
{
|
|||
|
public interface IOutputFormatter
|
|||
|
{
|
|||
|
string FormatOutputPath(string filePath);
|
|||
|
}
|
|||
|
}
|