Example #1
0
 public SqlDataReader s_imageurl(string size_id)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.s_imageurl(size_id));
 }
Example #2
0
        //

        public SqlDataReader drim(Model.proimage aa)
        {
            DAL.proimage da = new DAL.proimage();
            return(da.dsim(aa));
        }
Example #3
0
 public int upimage(Model.proimage mym)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.upimage(mym));
 }
Example #4
0
 public DataSet select_color(string mym)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.select_color(mym));
 }
Example #5
0
 public SqlDataReader image_update(string size_id)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.image_update(size_id));
 }
Example #6
0
 public int delete_1(string mym)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.delect_1(mym));
 }
Example #7
0
 public DataSet select_sizeid(string myb)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.select_sizeid(myb));
 }
Example #8
0
 public int selectid(Model.proimage myb)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.selectid(myb));
 }
Example #9
0
 public int insert(Model.proimage myb)
 {
     DAL.proimage dal = new DAL.proimage();
     return(dal.Insert(myb));
 }