Пример #1
0
 internal CustomGraphDatabaseFactory(QueryRestartIT outerInstance, GraphDatabaseFacadeFactory customFacadeFactory)
 {
     this._outerInstance      = outerInstance;
     this.CustomFacadeFactory = customFacadeFactory;
 }
 internal CustomClockTestGraphDatabaseFactory(GraphDatabaseFacadeFactory customFacadeFactory)
 {
     this.CustomFacadeFactory = customFacadeFactory;
 }