C# Class 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.
Inheritance: ApiController
显示文件 Open project: rbanks54/microcafe

Public Methods

Method Description
OrdersController ( ) : System
OrdersController ( IProductsService productsService ) : System

Method Details

OrdersController() public method

public OrdersController ( ) : System
return System

OrdersController() public method

public OrdersController ( IProductsService productsService ) : System
productsService IProductsService
return System