C# 클래스 ProjectFirmaModels.Models.DatabaseContextExtensions

파일 보기 프로젝트 열기: sitkatech/projectfirma

공개 메소드들

메소드 설명
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