Example #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));
     }
 }
Example #2
0
 public int Site_CMSPage_UpdateByp_gid(Site_CMSPage obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_UpdateByp_gid(obj));
     }
 }
Example #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));
     }
 }
Example #4
0
 public int Site_CMSPage_Insert(Site_CMSPage obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_Insert(obj));
     }
 }
Example #5
0
 public int Site_CMSPage_DeleteByp_gid(string p_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSPage_DeleteByp_gid(p_gid));
     }
 }
Example #6
0
 public int Site_Cates_UpdateByc_gid(Site_Cates obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_Cates_UpdateByc_gid(obj));
     }
 }
Example #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));
     }
 }
Example #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));
     }
 }
Example #9
0
 public int Site_Cates_DeleteByc_gid(string c_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_Cates_DeleteByc_gid(c_gid));
     }
 }
Example #10
0
 public int Site_CMSItem_UpdateByi_gid(Site_CMSItem obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSItem_UpdateByi_gid(obj));
     }
 }
Example #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));
     }
 }
Example #12
0
 public int Site_CMSItem_DeleteByi_gid(string i_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSItem_DeleteByi_gid(i_gid));
     }
 }
Example #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));
     }
 }
Example #14
0
 public int Site_CMSBlock_UpdateByb_gid(Site_CMSBlock obj)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSBlock_UpdateByb_gid(obj));
     }
 }
Example #15
0
 public int Site_CMSBlock_DeleteByb_gid(string b_gid)
 {
     using (SiteCatesAccess access = new SiteCatesAccess())
     {
         return(access.Site_CMSBlock_DeleteByb_gid(b_gid));
     }
 }
Example #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));
     }
 }