public LiveCommentBusiness() { _liveCommentService = new LiveCommentService(); }
public LiveCommentBusiness(LiveCommentService liveCommentService) { _liveCommentService = liveCommentService; }