public CommentDataService(ICommentRepository commentRepository, IRemindService remindService) { this._commentRepository = commentRepository; this._remindService = remindService; }