Exemplo n.º 1
0
 public CreateReviewResultInfo(
     global::StrawberryShake.CodeGeneration.CSharp.Integration.StarWars.State.ReviewData createReview,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     ulong version)
 {
     CreateReview = createReview;
     _entityIds   = entityIds
                    ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
Exemplo n.º 2
0
 private ICreateReview_CreateReview MapNonNullableICreateReview_CreateReview(global::StrawberryShake.CodeGeneration.CSharp.Integration.StarWars.State.ReviewData data)
 {
     ICreateReview_CreateReview returnValue = default !;