예제 #1
0
 internal static void ResetSingleton()
 {
     Factory = new InternalTreeNodesFactory();
 }
예제 #2
0
 public ExportService(IUnitOfWork unitOfWork, ITreeNodesFactory treeNodesFactory)
 {
     this.unitOfWork       = unitOfWork;
     this.treeNodesFactory = treeNodesFactory;
 }