root/UnityWeb/UnityWeb/Domain/Business/Employee.cs

5676
19
        public string Phone { get; set; }
19
        public string Phone { get; set; }
20
        public string Salutation { get; set; }
20
        public string Salutation { get; set; }
21
        public string JobTitle { get; set; }
21
        public string JobTitle { get; set; }
22
        public DateTime? HireDate { get; set; }
22
    }
23
    }
23
}
24
}