Beispiel #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);
 }
Beispiel #2
0
 public static void setTestGetFeedElements(string communityId, string subjectId, string favoriteId, FeedElementPage result)
 {
     Implementation.setTestGetFeedElements(communityId, subjectId, favoriteId, result);
 }