C# 클래스 UserInterface.Controllers.OrdersController

This controller acts as the API Gateway point for the Aggregate "Product" NOTE: The implementation is design to reflect the methodology of using a web ui to call this endpoint and then this to communicate to the various "Domain Conexts" apis. NOTE: This is using a repository to dummy up the data interactions. This will be replaced with api calls to interact with the services.
상속: ApiController
파일 보기 프로젝트 열기: rbanks54/microcafe

공개 메소드들

메소드 설명
OrdersController ( ) : System
OrdersController ( IProductsService productsService ) : System

메소드 상세

OrdersController() 공개 메소드

public OrdersController ( ) : System
리턴 System

OrdersController() 공개 메소드

public OrdersController ( IProductsService productsService ) : System
productsService IProductsService
리턴 System