CQRS.Tests.CQRS.EventSourcing.AggregateRoot.NestedEntitiesTests.GuidId.Domain.Events.RootEvent.Implementation.Created.Created C# (CSharp) Méthode

Created() public méthode

public Created ( System.Guid id, string name ) : System
id System.Guid
name string
Résultat System
                public Created(Guid id, string name) : base(id) { Name = name; }
                public string Name { get; }
RootEvent.Implementation.Created