C# Class codecampster.Controllers.TrackListController

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

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetTracks ( ) : IEnumerable

Method Details

Dispose() protected method

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

TrackListController() public method

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