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