Пример #1
0
        public List <TransactionReport_Result> GetTransactionreport(int productId, DateTime fromdate, DateTime todate, int tenantId)
        {
            var db = new InventoryDb();

            return(db.TransactionReport(productId, fromdate, todate, tenantId).ToList());
        }