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