Пример #1
0
        public List <StockReport_Result> GetProductStock(int productId, int tenantId)
        {
            var db = new InventoryDb();

            return(db.StockReport(productId, tenantId).ToList());
        }