C# Class NamSearch.Services.DataNamQueryService

Inheritance: IDataNamQueryService
Mostrar archivo Open project: ucdavis/NamSearch

Public Methods

Method Description
DataNamQueryService ( Guid>.IRepositoryWithTypedId dataNamRepository ) : System
GetBuildings ( ) : IQueryable
GetDepartments ( ) : IQueryable
GetVlans ( ) : IQueryable

Method Details

DataNamQueryService() public method

public DataNamQueryService ( Guid>.IRepositoryWithTypedId dataNamRepository ) : System
dataNamRepository Guid>.IRepositoryWithTypedId
return System

GetBuildings() public method

public GetBuildings ( ) : IQueryable
return IQueryable

GetDepartments() public method

public GetDepartments ( ) : IQueryable
return IQueryable

GetVlans() public method

public GetVlans ( ) : IQueryable
return IQueryable