fix var name

This commit is contained in:
Ivan Gutorov 2025-02-16 21:24:21 +04:00
parent eb995c94b8
commit 7f7cbd26af

View File

@ -5,7 +5,7 @@ namespace TheCyclopsContracts.StoragesContracts;
public interface IInstallationStorageContract
{
List<InstallationDataModel> GetList(DateTime? startDate = null, DateTime? endDate = null,
string? employeeId = null, string? productId = null);
string? employeeId = null, string? componentId = null);
InstallationDataModel? GetElementById(string id);