BaseLayer.Employee.Employee C# (CSharp) Method

Employee() public method

public Employee ( int EmployeeID ) : System
EmployeeID int
return System
        public Employee(int EmployeeID)
        {
            this.EmployeeID = EmployeeID;
        }

Same methods

Employee::Employee ( int EmployeeID, string LastName, string FirstName, string Title, string TitleOfCourtesy, System.DateTime BirthDate, System.DateTime HireDate, string Address, string City, string Region, string PostalCode, string Country, string HomePhone, string Extensio ) : System
Employee