Beispiel #1
0
 public void MarkAsRead(int commentId)
 {
     commentDataAccess.MarkAsRead(commentId);
 }