AjaxWithWebService.Models.Customer.Customer C# (CSharp) Method

Customer() private method

private Customer ( ) : System
return System
        public Customer()
        {
            Invoices = new HashSet<Invoice>();
        }
Customer