Romanov E.V. SecuritySystem Lab_Work_1 #1

Closed
RomanovEgor wants to merge 27 commits from Lab_Work_1 into main
Showing only changes of commit 268fd1fe70 - Show all commits

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);