public QuestionApplicationService(IQuestionRepository repository, IReplyApplicationService serviceReply, IUnitOfWork unitOfWork)
     : base(unitOfWork)
 {
     this._repository = repository;
     this._serviceReply = serviceReply;
 }
 public QuestionApplicationService(IQuestionRepository repository, IReplyApplicationService serviceReply, IUnitOfWork unitOfWork) : base(unitOfWork)
 {
     this._repository   = repository;
     this._serviceReply = serviceReply;
 }