исправил ошибки
This commit is contained in:
parent
c8348bc6ce
commit
8a64257355
@ -39,7 +39,6 @@ namespace FlowerShopBusinessLogic
|
||||
/// <returns></returns>
|
||||
public List<ReportFlowerComponentViewModel> GetFlowerComponent()
|
||||
{
|
||||
//var components = _componentStorage.GetFullList();
|
||||
var flowers = _flowerStorage.GetFullList();
|
||||
var list = new List<ReportFlowerComponentViewModel>();
|
||||
foreach (var flower in flowers)
|
||||
|
Loading…
Reference in New Issue
Block a user