Example #1
0
 public LiveCommentBusiness()
 {
     _liveCommentService = new LiveCommentService();
 }
Example #2
0
 public LiveCommentBusiness(LiveCommentService liveCommentService)
 {
     _liveCommentService = liveCommentService;
 }