PRTools.Domain.Commands.UpdateCustomerRequest.UpdateCustomerRequest C# (CSharp) 메소드

UpdateCustomerRequest() 공개 메소드

public UpdateCustomerRequest ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public UpdateCustomerRequest()
        {
            _contacts = new List<Contact>();
        }