예제 #1
0
        public bool UpdateT_MachineTypeStatus(UserInfo user, ref T_MachineType t_customer, int NewStatus, ref string strError)
        {
            T_MachineType_Func tfunc = new T_MachineType_Func();

            return(tfunc.UpdateModelStatus(user, ref t_customer, NewStatus, ref strError));
        }
예제 #2
0
        public bool GetAllT_MachineTypeByHeaderID(ref List <T_MachineType> modelList, int headerID, ref string strError)
        {
            T_MachineType_Func tfunc = new T_MachineType_Func();

            return(tfunc.GetModelListByHeaderID(ref modelList, headerID, ref strError));
        }
예제 #3
0
        public bool GetT_MachineTypeListByPage(ref List <T_MachineType> modelList, UserInfo user, T_MachineType t_customer, ref DividPage page, ref string strError)
        {
            T_MachineType_Func tfunc = new T_MachineType_Func();

            return(tfunc.GetModelListByPage(ref modelList, user, t_customer, ref page, ref strError));
        }
예제 #4
0
        public bool GetT_MachineTypeByID(ref T_MachineType model, ref string strError)
        {
            T_MachineType_Func tfunc = new T_MachineType_Func();

            return(tfunc.GetModelByID(ref model, ref strError));
        }
예제 #5
0
        public bool DeleteT_MachineTypeByModel(UserInfo user, T_MachineType model, ref string strError)
        {
            T_MachineType_Func tfunc = new T_MachineType_Func();

            return(tfunc.DeleteDeviceByID(model, ref strError));
        }
예제 #6
0
        public bool SaveT_MachineType(UserInfo user, ref T_MachineType t_customer, ref string strError)
        {
            T_MachineType_Func tfunc = new T_MachineType_Func();

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