C# Класс Onion.Infrastructure.Services.Controllers.ProductsController

Наследование: ApiController
Показать файл Открыть проект

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

Метод Описание
Get ( ) : IEnumerable
Get ( int id ) : IEnumerable
ProductsController ( IProductRepository productRepository ) : System.Collections.Generic

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

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

public Get ( ) : IEnumerable
Результат IEnumerable

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

public Get ( int id ) : IEnumerable
id int
Результат IEnumerable

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

public ProductsController ( IProductRepository productRepository ) : System.Collections.Generic
productRepository IProductRepository
Результат System.Collections.Generic