Example #1
0
 public void HideComments(int portalId, int journalId)
 {
     _dataService.Journal_Comments_ToggleHidden(portalId, journalId, true);
 }