C# 클래스 StockManagement.Controllers.ProductController

상속: ApiController
파일 보기 프로젝트 열기: etcoding/StockManagement

공개 메소드들

메소드 설명
Delete ( string id ) : HttpStatusCode
Get ( string id ) : Product

비공개 메소드들

메소드 설명
CreateProduct ( [ product ) : HttpResponseMessage
GetAll ( ) : IQueryable
Update ( [ product ) : HttpStatusCode

메소드 상세

Delete() 공개 메소드

public Delete ( string id ) : HttpStatusCode
id string
리턴 HttpStatusCode

Get() 공개 메소드

public Get ( string id ) : Product
id string
리턴 StockManagement.Models.Product