예제 #1
0
 public static void setTestGetFeedElements(string communityId, string subjectId, string favoriteId, string pageParam, int pageSize, FeedSortOrder sortParam, FeedElementPage result)
 {
     Implementation.setTestGetFeedElements(communityId, subjectId, favoriteId, pageParam, pageSize, sortParam, result);
 }
예제 #2
0
 public static void setTestGetFeedElements(string communityId, string subjectId, string favoriteId, FeedElementPage result)
 {
     Implementation.setTestGetFeedElements(communityId, subjectId, favoriteId, result);
 }