internal static void ResetSingleton() { Factory = new InternalTreeNodesFactory(); }
public ExportService(IUnitOfWork unitOfWork, ITreeNodesFactory treeNodesFactory) { this.unitOfWork = unitOfWork; this.treeNodesFactory = treeNodesFactory; }