CustomerApp.Support.Domain.Customer.Customer C# (CSharp) 메소드

Customer() 공개 메소드

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