Exemplo n.º 1
0
 public bool Exists(string name)
 => _registeredProjections.Exists(new ConnectedProjectionName(name));
Exemplo n.º 2
0
 public bool Exists(string id)
 => _registeredProjections.Exists(new ConnectedProjectionIdentifier(id));