Customers.Customer.Customer C# (CSharp) Method

Customer() public method

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