Структура
This commit is contained in:
8
PARR.EsppTemplateSync/Services/IManager.cs
Normal file
8
PARR.EsppTemplateSync/Services/IManager.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.EsppTemplateSync.Services
|
||||
{
|
||||
internal interface IManager
|
||||
{
|
||||
Task<bool> ManageFileAsync(string path);
|
||||
Task<bool> ManageStringAsync(string str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user