Пример #1
0
 public static async Task <ResultsItem> CreateBBComment(BBComment comment, PegaUser user)
 {
     return(await CommunityRepository.CreateBBComment(comment, user));
 }