示例#1
0
 public async Task AddRootCommentToExperiencePostAsync(Guid experiencePostUiid, Comment comment)
 {
     await commentRepository.AddRootCommentToExperiencePostAsync(experiencePostUiid, comment);
 }