CustomerApp.Support.Domain.Customer.Customer C# (CSharp) Méthode

Customer() public méthode

public Customer ( ) : System
Résultat System
        public Customer()
        {
            this.FirstName = null;
            this.LastName = null;
        }
Customer