C# Class ProjectFirmaModels.Models.DatabaseContextExtensions

Afficher le fichier Open project: sitkatech/projectfirma

Méthodes publiques

Méthode Description
GetCounty ( IQueryable counties, int countyID ) : County
GetCustomPageRole ( IQueryable customPageRoles, int customPageRoleID ) : CustomPageRole

Method Details

GetCounty() public static méthode

public static GetCounty ( IQueryable counties, int countyID ) : County
counties IQueryable
countyID int
Résultat County

GetCustomPageRole() public static méthode

public static GetCustomPageRole ( IQueryable customPageRoles, int customPageRoleID ) : CustomPageRole
customPageRoles IQueryable
customPageRoleID int
Résultat CustomPageRole