예제 #1
0
 public CommentDataService(ICommentRepository commentRepository, IRemindService remindService)
 {
     this._commentRepository = commentRepository;
     this._remindService     = remindService;
 }
예제 #2
0
 public CommentDataService(ICommentRepository commentRepository, IRemindService remindService)
 {
     this._commentRepository = commentRepository;
     this._remindService = remindService;
 }