PIbd-22. Katysheva N.E LabWork2 #3

Closed
revengel66 wants to merge 18 commits from lab2 into lab1
Showing only changes of commit 118fcaf13a - Show all commits

View File

@ -130,8 +130,5 @@ namespace PizzeriaBusinessLogic.BusinessLogic
}
_logger.LogInformation("Order. Id: {Id}. Sum: {Sum}. PizzaId: {PizzaId}. ReinforcedCount: {Count}", model.Id, model.Sum, model.PizzaId, model.Count);
}
}
}