public ProcessTextTemplateBatchModifyInputModelService(ITextTemplateBatchModifyInputModelToTextTemplateBatchMapper textTemplateBatchModifyInputModelToTextTemplateBatchMapper,
     ITextTemplateBatchRepository textTemplateBatchRepository)
 {
     this.textTemplateBatchRepository = textTemplateBatchRepository;
     this.textTemplateBatchModifyInputModelToTextTemplateBatchMapper = textTemplateBatchModifyInputModelToTextTemplateBatchMapper;
 }
 public ProcessTextTemplateBatchModifyInputModelService(ITextTemplateBatchModifyInputModelToTextTemplateBatchMapper textTemplateBatchModifyInputModelToTextTemplateBatchMapper,
                                                        ITextTemplateBatchRepository textTemplateBatchRepository)
 {
     this.textTemplateBatchRepository = textTemplateBatchRepository;
     this.textTemplateBatchModifyInputModelToTextTemplateBatchMapper = textTemplateBatchModifyInputModelToTextTemplateBatchMapper;
 }