Méthode | Description | |
---|---|---|
ArtistsController ( IArtistRepository artistRepository ) : System | ||
Get ( string props = null, int page = 1, int pageSize = maxSize ) : Microsoft.AspNet.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
Get ( int artistId, string props = null ) : Microsoft.AspNet.Mvc.ActionResult |
public ArtistsController ( IArtistRepository artistRepository ) : System | ||
artistRepository | IArtistRepository | |
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 |