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

            return(kgbl.M_Hinban_SelectByPJCDHBCD(kgmodel));
        }
コード例 #2
0
        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));
        }
コード例 #3
0
        public string Fnc_TAXCalculation([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.Fnc_TAXCalculation(kgmodel));
        }
コード例 #4
0
        public string M_project_SelectByProjectCD([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_project_SelectByProjectCD(kgmodel));
        }
コード例 #5
0
        public string D_Cost_TKeihiCSV([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.D_Cost_TKeihiCSV(kgmodel));
        }
コード例 #6
0
        public string M_Casting_ExistsCheck([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_Casting_ExistsCheck(kgmodel));
        }
コード例 #7
0
        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));
        }
コード例 #8
0
        public string M_Control_SelectAll()
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.M_Control_SelectAll());
        }
コード例 #9
0
        public string GetTotalShipmentAmount_By_MaterialsCD([FromBody] Touroku_KeihiModel kgmodel)
        {
            Touroku_Keihi_BL kgbl = new Touroku_Keihi_BL();

            return(kgbl.GetTotalShipmentAmount_By_MaterialsCD(kgmodel));
        }