Esempio n. 1
0
 public WxAdImages Getwxadimages(int id, int aid)
 {
     using (var helper = new SqlHelper())
     {
         WxAdImages d = new InternalWxAdImages(helper).Getwxadimages(id, aid);
         return(d);
     }
 }
Esempio n. 2
0
 public int upWxadimages_sort(int id, int sort)
 {
     using (var helper = new SqlHelper())
     {
         int d = new InternalWxAdImages(helper).upWxadimages_sort(id, sort);
         return(d);
     }
 }
Esempio n. 3
0
 public IList <WxAdImages> Getwxadimagespagelist(int pageindex, int pagesize, int comid, int adid, out int totalcount, string key = "")
 {
     using (var helper = new SqlHelper())
     {
         List <WxAdImages> list = new InternalWxAdImages(helper).Getwxadimagespagelist(pageindex, pagesize, comid, adid, out totalcount, key);
         return(list);
     }
 }
Esempio n. 4
0
 public int DelWxadimages(int id, int adid)
 {
     using (var helper = new SqlHelper())
     {
         int d = new InternalWxAdImages(helper).DelWxadimages(id, adid);
         return(d);
     }
 }
Esempio n. 5
0
 public int Editwxadimage(WxAdImages adinfo)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalWxAdImages(helper).Editwxadimage(adinfo);
         return(r);
     }
 }