コード例 #1
0
 internal static void ResetSingleton()
 {
     Factory = new InternalTreeNodesFactory();
 }
コード例 #2
0
ファイル: ExportService.cs プロジェクト: takng/Readinizer
 public ExportService(IUnitOfWork unitOfWork, ITreeNodesFactory treeNodesFactory)
 {
     this.unitOfWork       = unitOfWork;
     this.treeNodesFactory = treeNodesFactory;
 }