C# Class ToDoApp.Website.Controllers.UsersController

Inheritance: ApiController
ファイルを表示 Open project: jdehlin/ToDoOnionArchitecture

Public Methods

Method Description
Get ( ) : List

Get a list of all of the users.

Get ( int id ) : User

Get a user with its to do lists.

UsersController ( UserService userService ) : System.Collections.Generic

Method Details

Get() public method

Get a list of all of the users.
public Get ( ) : List
return List

Get() public method

Get a user with its to do lists.
public Get ( int id ) : User
id int
return User

UsersController() public method

public UsersController ( UserService userService ) : System.Collections.Generic
userService ToDoApp.Application.Services.UserService
return System.Collections.Generic