예제 #1
0
        public List <SiCategoryReport_Result> Getsicategorystock(int categoryId, int tenantid)
        {
            var db = new InventoryDb();

            return(db.SiCategoryReport(categoryId, tenantid).ToList());
        }