PRTools.Domain.Customer.Customer C# (CSharp) 메소드

Customer() 공개 메소드

public Customer ( ) : System
리턴 System
        public Customer()
        {
            _contacts = new List<Contact>();
        }