Exemplo n.º 1
0
 //搜素用户的帖子评论
 public static DataTable userBBScomt_ALL(string BC_Users_Name)
 {
     return(UserIndexDAL.userBBScomt_ALL(BC_Users_Name));
 }
Exemplo n.º 2
0
 //搜素帖子评论回复
 public static DataTable BBS_Comment_Back_ALL(string BCB_Users_Name)
 {
     return(UserIndexDAL.BBS_Comment_Back_ALL(BCB_Users_Name));
 }
Exemplo n.º 3
0
 //搜素用户的帖子评论数量
 public static int userBBScomt_Num(string BC_Users_Name)
 {
     return(UserIndexDAL.userBBScomt_Num(BC_Users_Name));
 }
Exemplo n.º 4
0
 //搜素新闻评论回复
 public static DataTable News_Comment_Back_ALL(string CB_Users_Name)
 {
     return(UserIndexDAL.News_Comment_Back_ALL(CB_Users_Name));
 }
Exemplo n.º 5
0
 //搜素帖子评论回复数量
 public static int BBS_Comment_Back_Num(string BCB_Users_Name)
 {
     return(UserIndexDAL.BBS_Comment_Back_Num(BCB_Users_Name));
 }
Exemplo n.º 6
0
 //搜素新闻评论回复数量
 public static int News_Comment_Back_Num(string CB_Users_Name)
 {
     return(UserIndexDAL.News_Comment_Back_Num(CB_Users_Name));
 }
Exemplo n.º 7
0
 //搜素用户的新闻评论
 public static DataTable News_Comment_All(string NC_Users_Name)
 {
     return(UserIndexDAL.News_All(NC_Users_Name));
 }
Exemplo n.º 8
0
 //搜素用户的新闻评论数量
 public static int News_Comment_Num(string NC_Users_Name)
 {
     return(UserIndexDAL.News_Num(NC_Users_Name));
 }
Exemplo n.º 9
0
 //搜索用户发表帖子
 public static DataTable BBS_All(string BBS_Users_Name)
 {
     return(UserIndexDAL.BBS_All(BBS_Users_Name));
 }
Exemplo n.º 10
0
 //搜索用户发表帖子数量
 public static int BBS_Num(string BBS_Users_Name)
 {
     return(UserIndexDAL.BBS_Num(BBS_Users_Name));
 }