AssocSelf.Controllers.EmployeeBase.EmployeeBase C# (CSharp) Method

EmployeeBase() public method

public EmployeeBase ( ) : System
return System
        public EmployeeBase()
        {
            BirthDate = DateTime.Now.AddYears(-25);
            HireDate = DateTime.Now;
        }
EmployeeBase