C# Class DotNetClub.Web.Controllers.UserController

Inheritance: ControllerBase
Show file Open project: scheshan/DotNetClub

Private Properties

Property Type Description
Collects Task
Comments Task
Index Task
Topics Task

Public Methods

Method Description
UserController ( UserService userService, TopicService topicService, TopicCollectService topicCollectService ) : DotNetClub.Core.Service

Private Methods

Method Description
Collects ( string userName, int page = 1 ) : Task
Comments ( string userName, int page = 1 ) : Task
Index ( string userName ) : Task
Topics ( string userName, int page = 1 ) : Task

Method Details

UserController() public method

public UserController ( UserService userService, TopicService topicService, TopicCollectService topicCollectService ) : DotNetClub.Core.Service
userService DotNetClub.Core.Service.UserService
topicService DotNetClub.Core.Service.TopicService
topicCollectService DotNetClub.Core.Service.TopicCollectService
return DotNetClub.Core.Service