Méthode | Description | |
---|---|---|
Get ( string props = null, int page = 1, int pageSize = maxSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
TracksController ( ITrackRepository trackRepository ) : System |
Méthode | Description | |
---|---|---|
Get ( int trackId, string props = null ) : Microsoft.AspNet.Mvc.ActionResult |
public Get ( string props = null, int page = 1, int pageSize = maxSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
props | string | |
page | int | |
pageSize | int | |
Résultat | Microsoft.AspNet.Mvc.ActionResult |
public TracksController ( ITrackRepository trackRepository ) : System | ||
trackRepository | ITrackRepository | |
Résultat | System |