C# Class MagHag.Subscriptions.Core.Entities.Subscriber

Inheritance: Aggregate
Afficher le fichier Open project: KHProjects/KH-Parker-Fox

Méthodes publiques

Méthode Description
ChangeBillingAddress ( string street, string postCode ) : void
Subscribe ( System.Guid publicationId ) : void

Private Methods

Méthode Description
UpdateFrom ( ChangedBillingAddressEvent changedBillingAddressEvent ) : void
UpdateFrom ( SubscribedToPublication subscribedToPublication ) : void

Method Details

ChangeBillingAddress() public méthode

public ChangeBillingAddress ( string street, string postCode ) : void
street string
postCode string
Résultat void

Subscribe() public méthode

public Subscribe ( System.Guid publicationId ) : void
publicationId System.Guid
Résultat void