示例#1
0
        //添加加盟项目
        public int Addjoininfor(JoininforModel model)
        {
            JoinTheManagementDAL joinThe = new JoinTheManagementDAL();

            return(joinThe.Addjoininfor(model));
        }
示例#2
0
        //查询
        public List <JoininforModel> Thequery(string Jname)
        {
            JoinTheManagementDAL joinThe = new JoinTheManagementDAL();

            return(joinThe.Thequery(Jname));
        }
示例#3
0
        //是否在前台展示
        public int Disable(int Jshow, int JId)
        {
            JoinTheManagementDAL joinThe = new JoinTheManagementDAL();

            return(joinThe.Disable(Jshow, JId));
        }
示例#4
0
        //记录管理员删除
        public int Joindelete(int Jdelete, int JId)
        {
            JoinTheManagementDAL joinThe = new JoinTheManagementDAL();

            return(joinThe.Joindelete(Jdelete, JId));
        }
示例#5
0
        //查询以发布的加盟信息
        public List <JoininforModel> joininfors()
        {
            JoinTheManagementDAL joinThe = new JoinTheManagementDAL();

            return(joinThe.joininfors());
        }