Beispiel #1
0
 public void AddComment(Models.Comment comment)
 {
     commentDataAccess.AddComment(comment);
 }