コード例 #1
0
ファイル: ItemRepository.cs プロジェクト: snautiyal/Inventory
        public List <CategorySReport_Result> Getscategorystock(int categoryId, int productId, int tenantid)
        {
            var db = new InventoryDb();

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