CustomerApp.Support.Domain.Customer.Customer C# (CSharp) Method

Customer() public method

public Customer ( ) : System
return System
        public Customer()
        {
            this.FirstName = null;
            this.LastName = null;
        }
Customer