C# Class ProjectFirmaModels.Models.DatabaseContextExtensions

Show file Open project: sitkatech/projectfirma

Public Methods

Method Description
GetCounty ( IQueryable counties, int countyID ) : County
GetCustomPageRole ( IQueryable customPageRoles, int customPageRoleID ) : CustomPageRole

Method Details

GetCounty() public static method

public static GetCounty ( IQueryable counties, int countyID ) : County
counties IQueryable
countyID int
return County

GetCustomPageRole() public static method

public static GetCustomPageRole ( IQueryable customPageRoles, int customPageRoleID ) : CustomPageRole
customPageRoles IQueryable
customPageRoleID int
return CustomPageRole