C# Class Naif.Blog.ViewComponents.CategoryListViewComponent

Inheritance: BaseViewComponent
Mostrar archivo Open project: cnurse/Naif.Blog

Public Methods

Method Description
CategoryListViewComponent ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc
InvokeAsync ( ) : Task

Method Details

CategoryListViewComponent() public method

public CategoryListViewComponent ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc
blogRepository IBlogRepository
appContext IApplicationContext
return Microsoft.AspNetCore.Mvc

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task