изменение бизнес логики

This commit is contained in:
bekodeg 2024-04-24 09:58:53 +04:00
parent a78852baa3
commit 6e2934be16

View File

@ -32,7 +32,6 @@ namespace SushiBarBusinessLogic.BusinessLogics
/// <returns></returns>
public List<ReportSushiComponentViewModel> GetSushiComponent()
{
var components = _componentStorage.GetFullList();
var sushis = _sushiStorage.GetFullList();
var list = new List<ReportSushiComponentViewModel>();
{