Exemplo n.º 1
0
 public List <Site_CMSPage> Site_CMSPage_SelectPage(string cloumns, int pageIndex, int pageSize, string orderBy, string where, out int rowCount)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_SelectPage(cloumns, pageIndex, pageSize, orderBy, where, out rowCount));
     }
 }
Exemplo n.º 2
0
 public int Site_CMSPage_UpdateByp_gid(Site_CMSPage obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_UpdateByp_gid(obj));
     }
 }
Exemplo n.º 3
0
 public Site_CMSPage Site_CMSPage_SelectByp_gid(string p_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_SelectByp_gid(p_gid));
     }
 }
Exemplo n.º 4
0
 public int Site_CMSPage_Insert(Site_CMSPage obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_Insert(obj));
     }
 }
Exemplo n.º 5
0
 public int Site_CMSPage_DeleteByp_gid(string p_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_DeleteByp_gid(p_gid));
     }
 }
Exemplo n.º 6
0
 public int Site_Cates_UpdateByc_gid(Site_Cates obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_Cates_UpdateByc_gid(obj));
     }
 }
Exemplo n.º 7
0
 public Site_Cates Site_Cates_SelectByc_id(int c_id)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_Cates_SelectByc_id(c_id));
     }
 }
Exemplo n.º 8
0
 public Site_CMSItem Site_CMSItem_SelectByc_gidAndb_gid(string c_gid, string b_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSItem_SelectByc_gidAndb_gid(c_gid, b_gid));
     }
 }
Exemplo n.º 9
0
 public int Site_Cates_DeleteByc_gid(string c_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_Cates_DeleteByc_gid(c_gid));
     }
 }
Exemplo n.º 10
0
 public int Site_CMSItem_UpdateByi_gid(Site_CMSItem obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSItem_UpdateByi_gid(obj));
     }
 }
Exemplo n.º 11
0
 public Site_CMSItem Site_CMSItem_SelectByi_gid(string i_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSItem_SelectByi_gid(i_gid));
     }
 }
Exemplo n.º 12
0
 public int Site_CMSItem_DeleteByi_gid(string i_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSItem_DeleteByi_gid(i_gid));
     }
 }
Exemplo n.º 13
0
 public Site_CMSBlock Site_CMSBlock_SelectByb_gid(string b_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSBlock_SelectByb_gid(b_gid));
     }
 }
Exemplo n.º 14
0
 public int Site_CMSBlock_UpdateByb_gid(Site_CMSBlock obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSBlock_UpdateByb_gid(obj));
     }
 }
Exemplo n.º 15
0
 public int Site_CMSBlock_DeleteByb_gid(string b_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSBlock_DeleteByb_gid(b_gid));
     }
 }
Exemplo n.º 16
0
 public Site_Cates Site_Cates_SelectBaseCateByc_gid(string c_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_Cates_SelectBaseCateByc_gid(c_gid));
     }
 }