Move PathHelper to service, ConigureCommand, %DOCUMENTS%
This commit is contained in:
6
src/Alma.Abstraction/Services/IPathHelperService.cs
Normal file
6
src/Alma.Abstraction/Services/IPathHelperService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Alma.Services;
|
||||
|
||||
public interface IPathHelperService
|
||||
{
|
||||
string ResolvePath(string path, string? currentDirectory = null);
|
||||
}
|
||||
Reference in New Issue
Block a user