예제 #1
0
파일: Post.cs 프로젝트: jessicameira/udemy
 public void RemoveComent(Comments coment)
 {
     Comments.Remove(coment);
 }
예제 #2
0
파일: Post.cs 프로젝트: jessicameira/udemy
 public void AddComent(Comments coment)
 {
     Comments.Add(coment);
 }