C# 클래스 ToDoApp.Website.Controllers.UsersController

상속: ApiController
파일 보기 프로젝트 열기: jdehlin/ToDoOnionArchitecture

공개 메소드들

메소드 설명
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