C# Class DotNetClub.Web.ViewComponents.UserOtherTopicsPanelViewComponent

Inheritance: ViewComponent
Datei anzeigen Open project: scheshan/DotNetClub

Private Properties

Property Type Description

Public Methods

Method Description
InvokeAsync ( long userID, int count ) : Task
UserOtherTopicsPanelViewComponent ( TopicService topicService ) : DotNetClub.Core.Service

Method Details

InvokeAsync() public method

public InvokeAsync ( long userID, int count ) : Task
userID long
count int
return Task

UserOtherTopicsPanelViewComponent() public method

public UserOtherTopicsPanelViewComponent ( TopicService topicService ) : DotNetClub.Core.Service
topicService DotNetClub.Core.Service.TopicService
return DotNetClub.Core.Service