C# 클래스 CamelCaseJsonFormatterSample.Controllers.CarController

상속: ApiController
파일 보기 프로젝트 열기: tugberkugurlu/ProWebAPI.Samples

공개 메소드들

메소드 설명
Get ( int id ) : Car
Put ( [ id, Car car ) : Car

메소드 상세

Get() 공개 메소드

public Get ( int id ) : Car
id int
리턴 CamelCaseJsonFormatterSample.Entities.Car

Put() 공개 메소드

public Put ( [ id, Car car ) : Car
id [
car CamelCaseJsonFormatterSample.Entities.Car
리턴 CamelCaseJsonFormatterSample.Entities.Car