C# Class SharpArchCookbook.Tasks.Commands.AddCustomerAddressCommand

Inheritance: SharpArchCookbook.Tasks.Commands.AddressCommandBase
Datei anzeigen Open project: sharparchitecture/Sharp-Architecture-Cookbook

Public Methods

Method Description
AddCustomerAddressCommand ( string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion )

Method Details

AddCustomerAddressCommand() public method

public AddCustomerAddressCommand ( string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion )
addressLine1 string
addressLine2 string
city string
stateProvince string
postalCode string
countryRegion string