Ejemplo n.º 1
0
 public RepoBuilder WithAggregate(TestAggregate agg)
 {
     this.aggregate = agg;
     return(this);
 }
Ejemplo n.º 2
0
 public RepoBuilder WithNewAggregate()
 {
     this.aggregate = new AggregateBuilder().WithCommand().Build();
     return(this);
 }