C# 클래스 SharpArchCookbook.Tasks.Commands.ChangeCustomerAddressCommand

상속: CommandBase
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture-Cookbook

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ChangeCustomerAddressCommand ( int id, string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion ) : System.ComponentModel.DataAnnotations

메소드 상세

ChangeCustomerAddressCommand() 공개 메소드

public ChangeCustomerAddressCommand ( int id, string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion ) : System.ComponentModel.DataAnnotations
id int
addressLine1 string
addressLine2 string
city string
stateProvince string
postalCode string
countryRegion string
리턴 System.ComponentModel.DataAnnotations