C# 클래스 Application.Controllers.ClientController

상속: ApiController
파일 보기 프로젝트 열기: Hill30/ResourceAllocation

공개 메소드들

메소드 설명
ClientController ( IPersonsRepository personsRepository ) : System.Web.Http
Get ( int id ) : AutoMapper.Models.Client

메소드 상세

ClientController() 공개 메소드

public ClientController ( IPersonsRepository personsRepository ) : System.Web.Http
personsRepository IPersonsRepository
리턴 System.Web.Http

Get() 공개 메소드

public Get ( int id ) : AutoMapper.Models.Client
id int
리턴 AutoMapper.Models.Client