예제 #1
0
 public void CreateComment(Comment c)
 {
     commentRepository.SaveComment(c);         
 }
예제 #2
0
 public void SaveComment(Comment c)
 {
     commentService.CreateComment(c);
 }