C# 클래스 EvCoSample.API.Controllers.ProductController

상속: ApiController
파일 보기 프로젝트 열기: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

공개 메소드들

메소드 설명
Delete ( [ command ) : void
Get ( ) : IEnumerable
Get ( int id ) : string
Post ( [ value ) : void
ProductController ( IProductService productService ) : System
Put ( int id, [ value ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( [ command ) : void
command [
리턴 void

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Get() 공개 메소드

public Get ( int id ) : string
id int
리턴 string

Post() 공개 메소드

public Post ( [ value ) : void
value [
리턴 void

ProductController() 공개 메소드

public ProductController ( IProductService productService ) : System
productService IProductService
리턴 System

Put() 공개 메소드

public Put ( int id, [ value ) : void
id int
value [
리턴 void