C# Class Solvberget.Service.Controllers.BlogController

Inheritance: BaseController
Afficher le fichier Open project: digbib/Solvberget

Méthodes publiques

Méthode Description
BlogController ( IBlogRepository repository ) : System
GetBlogWithEntries ( int blogId ) : System.Web.Mvc.JsonResult
GetBlogs ( ) : System.Web.Mvc.JsonResult

Method Details

BlogController() public méthode

public BlogController ( IBlogRepository repository ) : System
repository IBlogRepository
Résultat System

GetBlogWithEntries() public méthode

public GetBlogWithEntries ( int blogId ) : System.Web.Mvc.JsonResult
blogId int
Résultat System.Web.Mvc.JsonResult

GetBlogs() public méthode

public GetBlogs ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult