BillableHoursWebApp.Data.Models.Client.Client C# (CSharp) Метод

Client() публичный Метод

public Client ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Client()
        {
            this.projects = new HashSet<Project>();
            this.invoices = new HashSet<Invoice>();
        }
Client