[TransactionScopeAspect] //+++++++ public IResult DeleteByPostId(string postId) // { _commentDal.DeleteById(w => w.PostId == postId); return(new SuccessResult(Messages.CommentDeleted)); }