Пример #1
0
        public PriceAndCost GetPriceAndCostWindow()
        {
            Window       window       = windowHandler.GetFirst();
            PriceAndCost priceAndCost = _context.PricesAndCosts
                                        .Where(p => p.PriceAndCostId == 3)
                                        .FirstOrDefault();

            return(priceAndCost);
        }