BillableHoursWebApp.Data.Models.Employee.Employee C# (CSharp) Method

Employee() public method

public Employee ( ) : System.Collections.Generic
return System.Collections.Generic
        public Employee()
        {
            this.projects = new HashSet<Project>();
        }
Employee