C# Класс MemoryExhaustingService.InventoryService

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

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

Метод Описание
GetAllProducts ( ) : MemoryExhaustingService.Product[]
GetMyProducts ( ) : MemoryExhaustingService.Product[]

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

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

public GetAllProducts ( ) : MemoryExhaustingService.Product[]
Результат MemoryExhaustingService.Product[]

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

public GetMyProducts ( ) : MemoryExhaustingService.Product[]
Результат MemoryExhaustingService.Product[]