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

5556
18
        //public string Suffix { get; set; }
18
        //public string Suffix { get; set; }
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
    }
22
    }
23
}
23
}