This commit is contained in:
Николай 2023-03-31 15:20:24 +04:00
parent 967b102200
commit 22ad7ddf4d

View File

@ -43,8 +43,6 @@ namespace FoodOrdersBusinessLogic.BusinessLogics
/// <returns></returns> /// <returns></returns>
public List<ReportDishComponentViewModel> GetDishComponent() public List<ReportDishComponentViewModel> GetDishComponent()
{ {
var components = _componentStorage.GetFullList();
var dishes = _dishStorage.GetFullList(); var dishes = _dishStorage.GetFullList();
var list = new List<ReportDishComponentViewModel>(); var list = new List<ReportDishComponentViewModel>();