C# Class PRTools.Domain.Commands.CreateCustomerResponse

ファイルを表示 Open project: AcklenAvenue/PRTools Class Usage Examples

Public Methods

Method Description
AddError ( string error ) : void
CreateCustomerResponse ( ) : System.Collections.Generic
CreateCustomerResponse ( IEnumerable errors ) : System.Collections.Generic

Method Details

AddError() public method

public AddError ( string error ) : void
error string
return void

CreateCustomerResponse() public method

public CreateCustomerResponse ( ) : System.Collections.Generic
return System.Collections.Generic

CreateCustomerResponse() public method

public CreateCustomerResponse ( IEnumerable errors ) : System.Collections.Generic
errors IEnumerable
return System.Collections.Generic