public override void Remove(SchemaComponent schemaComponent)
 {
     _schemaComponents.Remove(schemaComponent);
 }
Пример #2
0
 public virtual void Remove(SchemaComponent schemaComponent)
 {
     throw new NotImplementedException();
 }
 public override void Add(SchemaComponent schemaComponent)
 {
     _schemaComponents.Add(schemaComponent);
 }