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