lab 8 complete

This commit is contained in:
AnnZhimol 2023-05-05 10:42:23 +04:00
parent 421e6e478c
commit ac1027d45a

View File

@ -77,7 +77,7 @@ namespace SoftwareInstallationBusinessLogic.BusinessLogic
}
_logger.LogDebug("Call SaveToFile method for {name} type", type.Name);
// вызываем метод на выполнение
method?.MakeGenericMethod(modelType).Invoke(this, new object[] { model.FolderName });
}
}