C# Class LoLUniverse.Controllers.NewsController

Inheritance: ApiController
Afficher le fichier Open project: sdesyllas/LoLUniverse

Private Properties

Свойство Type Description
CreateNewEntry void

Méthodes publiques

Méthode Description
GetLatestNews ( ) : IEnumerable
GetNewEntryById ( int id ) : NewsModel

Private Methods

Méthode Description
CreateNewEntry ( NewsModel newsModel ) : void

Method Details

GetLatestNews() public méthode

public GetLatestNews ( ) : IEnumerable
Résultat IEnumerable

GetNewEntryById() public méthode

public GetNewEntryById ( int id ) : NewsModel
id int
Résultat LoLUniverse.Models.NewsModel