C# 클래스 AutofacWebAPISample.APIs.CarsController

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

공개 메소드들

메소드 설명
CarsController ( ICarsService carsService ) : System
Get ( ) : string[]

메소드 상세

CarsController() 공개 메소드

public CarsController ( ICarsService carsService ) : System
carsService ICarsService
리턴 System

Get() 공개 메소드

public Get ( ) : string[]
리턴 string[]