fix
This commit is contained in:
parent
967b102200
commit
22ad7ddf4d
@ -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>();
|
||||||
|
Loading…
Reference in New Issue
Block a user