Compare commits
No commits in common. "b7b84b1e03dbbb0fc9eb15032f13fef4d35a0307" and "2b486897c6ed9ded864693e9443e05940164bda3" have entirely different histories.
b7b84b1e03
...
2b486897c6
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…
Reference in New Issue
Block a user