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

            return(kgbl.M_Brand_ExistsCheck(kgmodel));
        }