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