コード例 #1
0
        public string GetStockAmount_By_MaterialsCD([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.GetStockAmount_By_MaterialsCD(kgmodel));
        }