Exemplo n.º 1
0
 private void Apply(TransformationDone e)
 {
     Value = e.Value;
 }
Exemplo n.º 2
0
 public Result <TestAggregate> DoTransformationWith(string value)
 {
     ApplyChange(TransformationDone.Of(Id.Id, value));
     return(Result.Ok(this));
 }