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

Inheritance: Aggregate
Exibir arquivo Open project: KHProjects/KH-Parker-Fox

Public Methods

Method Description
ChangeBillingAddress ( string street, string postCode ) : void
Subscribe ( System.Guid publicationId ) : void

Private Methods

Method Description
UpdateFrom ( ChangedBillingAddressEvent changedBillingAddressEvent ) : void
UpdateFrom ( SubscribedToPublication subscribedToPublication ) : void

Method Details

ChangeBillingAddress() public method

public ChangeBillingAddress ( string street, string postCode ) : void
street string
postCode string
return void

Subscribe() public method

public Subscribe ( System.Guid publicationId ) : void
publicationId System.Guid
return void