some minor fixes

This commit is contained in:
Zakharov_Rostislav 2024-02-13 20:15:47 +04:00
parent 60a4ab19d5
commit 99cbd53f71
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ namespace BlacksmithWorkshopListImplement.Implements
return result;
}
public List<ComponentViewModel> GetFilteredList(ComponentSearchModel
model)
model)
{
var result = new List<ComponentViewModel>();
if (string.IsNullOrEmpty(model.ComponentName))

View File

@ -28,7 +28,7 @@ namespace BlacksmithWorkshopListImplement.Implements
return result;
}
public List<ManufactureViewModel> GetFilteredList(ManufactureSearchModel
model)
model)
{
var result = new List<ManufactureViewModel>();
if (string.IsNullOrEmpty(model.ManufactureName))

View File

@ -28,7 +28,7 @@ namespace BlacksmithWorkshopListImplement.Implements
return result;
}
public List<OrderViewModel> GetFilteredList(OrderSearchModel
model)
model)
{
var result = new List<OrderViewModel>();
if (!model.Id.HasValue)