Example #1
0
 public IList <JournalItem> GetJournalItemsByProfile(int portalId, int moduleId, int currentUserId, int profileId,
                                                     int rowIndex, int maxRows)
 {
     return
         (CBO.FillCollection <JournalItem>(_dataService.Journal_ListForProfile(portalId, moduleId, currentUserId,
                                                                               profileId, rowIndex, maxRows)));
 }