C# Class codecampster.Controllers.TimeslotListController

Inheritance: Microsoft.AspNet.Mvc.Controller
Mostrar archivo Open project: desinole/codecampster

Public Methods

Method Description
TimeslotListController ( ApplicationDbContext context ) : System.Collections.Generic

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetTimeslots ( ) : IEnumerable

Method Details

Dispose() protected method

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

TimeslotListController() public method

public TimeslotListController ( ApplicationDbContext context ) : System.Collections.Generic
context ApplicationDbContext
return System.Collections.Generic