Пример #1
0
        public IntegrityCheckRepository(IGraphConnection graphConnection) : base(graphConnection)
        {

        }
Пример #2
0
 protected NeoRepository(IGraphConnection graphConnection)
 {
     Guard.Null(graphConnection);
     GraphClient = graphConnection.GraphClient;
 }