C# Class ToDoApp.Website.Controllers.UsersController

Inheritance: ApiController
Afficher le fichier Open project: jdehlin/ToDoOnionArchitecture

Méthodes publiques

Méthode 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 méthode

Get a list of all of the users.
public Get ( ) : List
Résultat List

Get() public méthode

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

UsersController() public méthode

public UsersController ( UserService userService ) : System.Collections.Generic
userService ToDoApp.Application.Services.UserService
Résultat System.Collections.Generic