/// <summary>
 ///
 /// </summary>
 public virtual TBuilder EventStore(EventStore eventStore)
 {
     this.ToComponent().EventStore = eventStore;
     return(this as TBuilder);
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public EventStore.Builder EventStore(EventStore component)
 {
     return(new EventStore.Builder(component));
 }