This commit is contained in:
10Г Егор Романов 2023-03-07 13:56:05 +04:00
parent c04d4e829f
commit 268fd1fe70

View File

@ -17,6 +17,7 @@ namespace SecuritySystemBusinessLogic.BusinessLogics
_logger = logger;
_componentStorage = componentStorage;
}
public List<ComponentViewModel>? ReadList(ComponentSearchModel? model)
{
_logger.LogInformation("ReadList. ComponentName:{ComponentName}.Id:{ Id}", model?.ComponentName, model?.Id);