C# Класс ToDoApp.Website.Controllers.UsersController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Get() публичный Метод

Get a list of all of the users.
public Get ( ) : List
Результат List

Get() публичный Метод

Get a user with its to do lists.
public Get ( int id ) : User
id int
Результат User

UsersController() публичный Метод

public UsersController ( UserService userService ) : System.Collections.Generic
userService ToDoApp.Application.Services.UserService
Результат System.Collections.Generic