Example #1
0
        public List <CategorySReport_Result> Getscategorystock(int categoryId, int productId, int tenantid)
        {
            var db = new InventoryDb();

            return(db.CategorySReport(categoryId, productId, tenantid).ToList());
        }