Exemplo n.º 1
0
 public Task <bool> ExistsEndpoint(string vertexName, string endPoint)
 => FileUtils.Exists(
     _fileName,
     new EndpointInfo(
         vertexName,
         endPoint,
         false,
         false,
         null),
     MatchVersion);
Exemplo n.º 2
0
 public Task <bool> ContainsRow(VertexInfo entity)
 => FileUtils.Exists(
     _fileName,
     entity,
     MatchVersion);