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
Показать файл Открыть проект

Открытые методы

Метод Описание
OrdersController ( ) : System
OrdersController ( IProductsService productsService ) : System

Описание методов

OrdersController() публичный Метод

public OrdersController ( ) : System
Результат System

OrdersController() публичный Метод

public OrdersController ( IProductsService productsService ) : System
productsService IProductsService
Результат System