Esempio n. 1
0
 public static List <AfficheInfo> GetAfficheList()
 {
     return(CommentProvider.Instance().GetAfficheList());
 }
Esempio n. 2
0
 public static HelpInfo GetFrontOrNextHelp(int helpId, int categoryId, string type)
 {
     return(CommentProvider.Instance().GetFrontOrNextHelp(helpId, categoryId, type));
 }
Esempio n. 3
0
 public static PromotionInfo GetFrontOrNextPromoteInfo(PromotionInfo promote, string type)
 {
     return(CommentProvider.Instance().GetFrontOrNextPromoteInfo(promote, type));
 }
Esempio n. 4
0
 public static DataSet GetArticlProductList(int arctid)
 {
     return(CommentProvider.Instance().GetArticlProductList(arctid));
 }
Esempio n. 5
0
 public static AfficheInfo GetFrontOrNextAffiche(int afficheId, string type)
 {
     return(CommentProvider.Instance().GetFrontOrNextAffiche(afficheId, type));
 }
Esempio n. 6
0
 public static ArticleCategoryInfo GetArticleCategory(int categoryId)
 {
     return(CommentProvider.Instance().GetArticleCategory(categoryId));
 }
Esempio n. 7
0
 public static IList <ArticleInfo> GetArticleList(int?maxNum, string categoryId, string keyWords)
 {
     return(CommentProvider.Instance().GetArticleList(maxNum, categoryId, keyWords));
 }
Esempio n. 8
0
 public static DbQueryResult GetLeaveComments(LeaveCommentQuery query)
 {
     return(CommentProvider.Instance().GetLeaveComments(query));
 }
Esempio n. 9
0
 public static PromotionInfo GetPromote(int activityId)
 {
     return(CommentProvider.Instance().GetPromote(activityId));
 }
Esempio n. 10
0
 public static DataSet GetHelpTitleList()
 {
     return(CommentProvider.Instance().GetHelpTitleList());
 }
Esempio n. 11
0
 public static DataTable GetHotKeywords(int categoryId, int hotKeywordsNum)
 {
     return(CommentProvider.Instance().GetHotKeywords(categoryId, hotKeywordsNum));
 }
Esempio n. 12
0
 public static DbQueryResult GetHelpList(HelpQuery helpQuery)
 {
     return(CommentProvider.Instance().GetHelpList(helpQuery));
 }
Esempio n. 13
0
 public static IList <HelpCategoryInfo> GetHelpCategorys()
 {
     return(CommentProvider.Instance().GetHelpCategorys());
 }
Esempio n. 14
0
 public static HelpInfo GetHelp(int helpId)
 {
     return(CommentProvider.Instance().GetHelp(helpId));
 }
Esempio n. 15
0
 public static DataSet GetAllHotKeywords()
 {
     return(CommentProvider.Instance().GetAllHotKeywords());
 }
Esempio n. 16
0
 public static DataTable GetPromotes(Pagination pagination, int promotiontype, out int totalPromotes)
 {
     return(CommentProvider.Instance().GetPromotes(pagination, promotiontype, out totalPromotes));
 }
Esempio n. 17
0
 public static ArticleInfo GetArticle(int articleId)
 {
     return(CommentProvider.Instance().GetArticle(articleId));
 }
Esempio n. 18
0
 public static DataSet GetVoteByIsShow()
 {
     return(CommentProvider.Instance().GetVoteByIsShow());
 }
Esempio n. 19
0
 public static DbQueryResult GetArticleList(ArticleQuery articleQuery)
 {
     return(CommentProvider.Instance().GetArticleList(articleQuery));
 }
Esempio n. 20
0
 public static VoteItemInfo GetVoteItemById(long voteItemId)
 {
     return(CommentProvider.Instance().GetVoteItemById(voteItemId));
 }
Esempio n. 21
0
 public static IList <ArticleCategoryInfo> GetArticleMainCategories()
 {
     return(CommentProvider.Instance().GetArticleMainCategories());
 }
Esempio n. 22
0
 public static AfficheInfo GetAffiche(int afficheId)
 {
     return(CommentProvider.Instance().GetAffiche(afficheId));
 }
Esempio n. 23
0
 public static IList <FriendlyLinksInfo> GetFriendlyLinksIsVisible(int?num)
 {
     return(CommentProvider.Instance().GetFriendlyLinksIsVisible(num));
 }
Esempio n. 24
0
 public static IList <VoteItemInfo> GetVoteItems(long voteId)
 {
     return(CommentProvider.Instance().GetVoteItems(voteId));
 }
Esempio n. 25
0
 public static ArticleInfo GetFrontOrNextArticle(int articleId, string type, int categoryId)
 {
     return(CommentProvider.Instance().GetFrontOrNextArticle(articleId, type, categoryId));
 }
Esempio n. 26
0
 public static int Vote(long voteItemId)
 {
     return(CommentProvider.Instance().Vote(voteItemId));
 }
 public static bool InsertLeaveComment(LeaveCommentInfo leave)
 {
     Globals.EntityCoding(leave, true);
     return(CommentProvider.Instance().InsertLeaveComment(leave));
 }
Esempio n. 28
0
 public static IList <ArticleInfo> GetArticleList(int categoryId, int maxNum)
 {
     return(CommentProvider.Instance().GetArticleList(categoryId, maxNum));
 }