PRTools.Domain.Commands.CreateCustomerResponse.CreateCustomerResponse C# (CSharp) Method

CreateCustomerResponse() public method

public CreateCustomerResponse ( ) : System.Collections.Generic
return System.Collections.Generic
        public CreateCustomerResponse()
        {
            _errors = new List<string>();
        }

Same methods

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