Méthode | Description | |
---|---|---|
AlbumsController ( IAlbumRepository albumRepository ) : System | ||
Get ( string props = null, int page = 1, int pageSize = maxSize ) : Microsoft.AspNet.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
Get ( int albumId, string props = null ) : Microsoft.AspNet.Mvc.ActionResult |
public AlbumsController ( IAlbumRepository albumRepository ) : System | ||
albumRepository | IAlbumRepository | |
Résultat | System |
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 |