BillableHoursWebApp.Data.Models.Project.Project C# (CSharp) Méthode

Project() public méthode

public Project ( ) : System
Résultat System
        public Project()
        {
            this.logs = new HashSet<WorkLog>();
            this.attachments = new HashSet<Attachment>();
            this.comments = new HashSet<Comment>();
        }
Project