コード例 #1
0
 public bool Exists(string name)
 => _registeredProjections.Exists(new ConnectedProjectionName(name));
コード例 #2
0
 public bool Exists(string id)
 => _registeredProjections.Exists(new ConnectedProjectionIdentifier(id));