コード例 #1
0
ファイル: ServiceModl.cs プロジェクト: shew990/TaiBang
        public bool SaveT_MouldType(UserInfo user, ref T_MouldType t_customer, ref string strError)
        {
            T_MouldType_Func tfunc = new T_MouldType_Func();

            return(tfunc.SaveData(t_customer, ref strError));
        }