Lab8 Zacharchenko Lab work 8 #14

Closed
shadowik wants to merge 4 commits from Lab8 into Lab7
Showing only changes of commit 0ef56a3f2a - Show all commits

View File

@ -35,7 +35,6 @@ namespace PizzeriaBusinessLogic.BusinessLogics
try
{
_logger.LogDebug("Clear folder");
// зачистка папки и удаление старого архива
var dirInfo = new DirectoryInfo(model.FolderName);
if (dirInfo.Exists)
{