PARR.EsppTemplateSyncWorker
This commit is contained in:
@@ -22,5 +22,12 @@ namespace PARR.BLL.Services.Interfaces
|
||||
/// <param name="allowedExtensions"></param>
|
||||
/// <returns></returns>
|
||||
bool IsExtensionAllowed(IFormFile formFile, string[] allowedExtensions);
|
||||
|
||||
/// <summary>
|
||||
/// Удалить файл
|
||||
/// </summary>
|
||||
/// <param name="path">Полный путь к файлу</param>
|
||||
/// <returns></returns>
|
||||
bool DeleteFile(string path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user