Example #1
0
 public void RemoveComent(Comments coment)
 {
     Comments.Remove(coment);
 }
Example #2
0
 public void AddComent(Comments coment)
 {
     Comments.Add(coment);
 }