示例#1
0
        public bool UpdateT_DepInterfaceStatus(UserInfo user, ref T_DepInterfaceInfo t_depinterface, int NewStatus, ref string strError)
        {
            T_DepInterface_Func tfunc = new T_DepInterface_Func();

            return(tfunc.UpdateModelStatus(user, ref t_depinterface, NewStatus, ref strError));
        }
示例#2
0
        public bool GetAllT_DepInterfaceByHeaderID(ref List <T_DepInterfaceInfo> modelList, int headerID, ref string strError)
        {
            T_DepInterface_Func tfunc = new T_DepInterface_Func();

            return(tfunc.GetModelListByHeaderID(ref modelList, headerID, ref strError));
        }
示例#3
0
        public bool GetT_DepInterfaceListByPage(ref List <T_DepInterfaceInfo> modelList, UserInfo user, T_DepInterfaceInfo t_depinterface, ref DividPage page, ref string strError)
        {
            T_DepInterface_Func tfunc = new T_DepInterface_Func();

            return(tfunc.GetModelListByPage(ref modelList, user, t_depinterface, ref page, ref strError));
        }
示例#4
0
        public bool GetT_DepInterfaceByID(ref T_DepInterfaceInfo model, ref string strError)
        {
            T_DepInterface_Func tfunc = new T_DepInterface_Func();

            return(tfunc.GetModelByID(ref model, ref strError));
        }
示例#5
0
        public bool DeleteT_DepInterfaceByModel(UserInfo user, T_DepInterfaceInfo model, ref string strError)
        {
            T_DepInterface_Func tfunc = new T_DepInterface_Func();

            return(tfunc.DeleteModelByModelSql(user, model, ref strError));
        }
示例#6
0
        public bool SaveT_DepInterface(UserInfo user, ref T_DepInterfaceInfo t_depinterface, ref string strError)
        {
            T_DepInterface_Func tfunc = new T_DepInterface_Func();

            return(tfunc.SaveModelBySqlToDB(user, ref t_depinterface, ref strError));
        }