コード例 #1
0
 public void Deletecomment(int id)
 {
     _commentsRepository.DeleteComments(id);
 }