Пример #1
0
 public InMemoryProjectionVersionHandler(InMemoryProjectionVersionStore projectionVersionStore)
 {
     this.projectionVersionStore = projectionVersionStore ?? throw new ArgumentNullException(nameof(projectionVersionStore));
 }