Compare commits
6 Commits
0ac32fa32b
...
837b552333
Author | SHA1 | Date | |
---|---|---|---|
837b552333 | |||
b7b84b1e03 | |||
05c44b91b1 | |||
dddbba87da | |||
4d74e6bb13 | |||
d75699c182 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -398,3 +398,4 @@ FodyWeavers.xsd
|
||||
# JetBrains Rider
|
||||
*.sln.iml
|
||||
|
||||
/AutomobilePlant/ImplementationExtensions
|
@ -84,7 +84,7 @@ namespace AutomobilePlantBusinessLogic.BusinessLogics
|
||||
var car = _carStorage.GetElement(new CarSearchModel() { Id = model.CarId });
|
||||
if (car == null)
|
||||
{
|
||||
_logger.LogWarning("Status update to " + newStatus.ToString() + " operation failed. Document not found.");
|
||||
_logger.LogWarning("Status update to " + newStatus.ToString() + " operation failed. Car not found.");
|
||||
return false;
|
||||
}
|
||||
if (CheckThenSupplyMany(car, model.Count) == false)
|
||||
|
Loading…
Reference in New Issue
Block a user