PRTools.Domain.Customer.Customer C# (CSharp) Méthode

Customer() public méthode

public Customer ( ) : System
Résultat System
        public Customer()
        {
            _contacts = new List<Contact>();
        }