Acme.Northwind.EFDAL.Entity.EmployeeTerritoriePrimaryKey.EmployeeTerritoriePrimaryKey C# (CSharp) Method

EmployeeTerritoriePrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'EmployeeTerritorie' table.
public EmployeeTerritoriePrimaryKey ( int employeeID, string territoryID ) : System
employeeID int
territoryID string
return System
		public EmployeeTerritoriePrimaryKey(int employeeID, string territoryID)
		{
			_employeeID = employeeID;
			_territoryID = territoryID;
		}