AssocSelf.Models.Customer.Customer C# (CSharp) 메소드

Customer() 개인적인 메소드

private Customer ( ) : System
리턴 System
        public Customer()
        {
            Invoices = new HashSet<Invoice>();
        }
Customer