C# Класс ProjectFirmaModels.Models.DatabaseContextExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetCounty ( IQueryable counties, int countyID ) : County
GetCustomPageRole ( IQueryable customPageRoles, int customPageRoleID ) : CustomPageRole

Описание методов

GetCounty() публичный статический Метод

public static GetCounty ( IQueryable counties, int countyID ) : County
counties IQueryable
countyID int
Результат County

GetCustomPageRole() публичный статический Метод

public static GetCustomPageRole ( IQueryable customPageRoles, int customPageRoleID ) : CustomPageRole
customPageRoles IQueryable
customPageRoleID int
Результат CustomPageRole