Esempio n. 1
0
        public bool UpdateT_ModlStatus(UserInfo user, ref T_Modl t_customer, int NewStatus, ref string strError)
        {
            T_Modl_Func tfunc = new T_Modl_Func();

            return(tfunc.UpdateModelStatus(user, ref t_customer, NewStatus, ref strError));
        }
Esempio n. 2
0
        public bool GetT_ModlListByPage(ref List <T_Modl> modelList, UserInfo user, T_Modl t_customer, ref DividPage page, ref string strError)
        {
            T_Modl_Func tfunc = new T_Modl_Func();

            return(tfunc.GetModelListByPage(ref modelList, user, t_customer, ref page, ref strError));
        }
Esempio n. 3
0
        public bool DeleteT_ModlByModel(UserInfo user, T_Modl model, ref string strError)
        {
            T_Modl_Func tfunc = new T_Modl_Func();

            return(tfunc.DeletModlByID(model, ref strError));
        }
Esempio n. 4
0
        public bool GetT_ModlByID(ref T_Modl model, ref string strError)
        {
            T_Modl_Func tfunc = new T_Modl_Func();

            return(tfunc.GetModelByID(ref model, ref strError));
        }
Esempio n. 5
0
        public bool SaveT_Modl(UserInfo user, ref T_Modl t_customer, ref string strError)
        {
            T_Modl_Func tfunc = new T_Modl_Func();

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