Exemplo n.º 1
0
 public override void Apply()
 {
     SourceChange.Apply();
 }
Exemplo n.º 2
0
 public void Apply(IModelRepository repository)
 {
     ///NMF automatically propagates the nested changes
     SourceChange.Apply(repository);
 }