ISbd-21 Gordeev I.V. LabWork_04 Base #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab_04"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Не во все реализации OrderStorage были внесены требуемые изменения
Проверено
@ -0,0 +40,4 @@
/// <returns></returns>
public List<ReportSushiIngredientViewModel> GetSushiIngredient()
{
var ingredients = _ingredientStorage.GetFullList();
При получении изделий, у них уже есть список компонент, отдельно его получать не требуется
Pull request closed