C# 클래스 PRTools.Domain.Commands.CreateCustomerResponse

파일 보기 프로젝트 열기: AcklenAvenue/PRTools 1 사용 예제들

공개 메소드들

메소드 설명
AddError ( string error ) : void
CreateCustomerResponse ( ) : System.Collections.Generic
CreateCustomerResponse ( IEnumerable errors ) : System.Collections.Generic

메소드 상세

AddError() 공개 메소드

public AddError ( string error ) : void
error string
리턴 void

CreateCustomerResponse() 공개 메소드

public CreateCustomerResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CreateCustomerResponse() 공개 메소드

public CreateCustomerResponse ( IEnumerable errors ) : System.Collections.Generic
errors IEnumerable
리턴 System.Collections.Generic