C# Class NHibernateQueryService.WebApi.Controllers.PeopleController

Inheritance: ApiController
Exibir arquivo Open project: PeteGoo/NHibernate.QueryService

Public Methods

Method Description
Get ( ) : IQueryable
PeopleController ( ISession session ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Get() public method

public Get ( ) : IQueryable
return IQueryable

PeopleController() public method

public PeopleController ( ISession session ) : System
session ISession
return System