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