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