7 lines
120 B
C#
Executable File
7 lines
120 B
C#
Executable File
namespace dotless.Core.Input
|
|
{
|
|
public interface IPathResolver
|
|
{
|
|
string GetFullPath(string path);
|
|
}
|
|
} |