public string M_Hinban_SelectByPJCDHBCD([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_Hinban_SelectByPJCDHBCD(kgmodel));
        }
        public string M_Keihi_Accounting2_ExistCheck([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_Keihi_Accounting2_ExistCheck(kgmodel));
        }
        public string Fnc_TAXCalculation([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.Fnc_TAXCalculation(kgmodel));
        }
        public string M_project_SelectByProjectCD([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_project_SelectByProjectCD(kgmodel));
        }
        public string D_Cost_TKeihiCSV([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.D_Cost_TKeihiCSV(kgmodel));
        }
        public string M_Casting_ExistsCheck([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_Casting_ExistsCheck(kgmodel));
        }
        public string M_Cost_Select_List([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.D_Cost_Select_List(kgmodel));
        }
        public string M_Control_SelectAll()
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_Control_SelectAll());
        }
        public string GetTotalShipmentAmount_By_MaterialsCD([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.GetTotalShipmentAmount_By_MaterialsCD(kgmodel));
        }