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

            return(kgbl.M_Keihi_Accounting4_ExistCheck(kgmodel));
        }