Customers.Customer.Customer C# (CSharp) Méthode

Customer() public méthode

public Customer ( ) : System
Résultat System
        public Customer()
        {
            Id = Guid.NewGuid().ToString();
            PhotoUrl = "placeholderProfileImage";
        }