Compare commits
No commits in common. "dddbba87daf356b4c561409b886e626742da1308" and "c5f4b3caf64fb1912a6fcd908c94a779c3537df8" have entirely different histories.
dddbba87da
...
c5f4b3caf6
1
.gitignore
vendored
1
.gitignore
vendored
@ -398,4 +398,3 @@ FodyWeavers.xsd
|
|||||||
# JetBrains Rider
|
# JetBrains Rider
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
|
|
||||||
/AutomobilePlant/ImplementationExtensions
|
|
@ -84,7 +84,7 @@ namespace AutomobilePlantBusinessLogic.BusinessLogics
|
|||||||
var car = _carStorage.GetElement(new CarSearchModel() { Id = model.CarId });
|
var car = _carStorage.GetElement(new CarSearchModel() { Id = model.CarId });
|
||||||
if (car == null)
|
if (car == null)
|
||||||
{
|
{
|
||||||
_logger.LogWarning("Status update to " + newStatus.ToString() + " operation failed. Car not found.");
|
_logger.LogWarning("Status update to " + newStatus.ToString() + " operation failed. Document not found.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (CheckThenSupplyMany(car, model.Count) == false)
|
if (CheckThenSupplyMany(car, model.Count) == false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user