C# Class MemoryExhaustingService.InventoryService

Inheritance: IInventoryService
显示文件 Open project: selagroup/diagnostics-courses

Public Methods

Method Description
GetAllProducts ( ) : MemoryExhaustingService.Product[]
GetMyProducts ( ) : MemoryExhaustingService.Product[]

Method Details

GetAllProducts() public method

public GetAllProducts ( ) : MemoryExhaustingService.Product[]
return MemoryExhaustingService.Product[]

GetMyProducts() public method

public GetMyProducts ( ) : MemoryExhaustingService.Product[]
return MemoryExhaustingService.Product[]