some minor fixes
This commit is contained in:
parent
60a4ab19d5
commit
99cbd53f71
@ -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))
|
||||
|
@ -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))
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user