C# Class MemoryExhaustingService.InventoryService

Inheritance: IInventoryService
Afficher le fichier Open project: selagroup/diagnostics-courses

Méthodes publiques

Méthode Description
GetAllProducts ( ) : MemoryExhaustingService.Product[]
GetMyProducts ( ) : MemoryExhaustingService.Product[]

Method Details

GetAllProducts() public méthode

public GetAllProducts ( ) : MemoryExhaustingService.Product[]
Résultat MemoryExhaustingService.Product[]

GetMyProducts() public méthode

public GetMyProducts ( ) : MemoryExhaustingService.Product[]
Résultat MemoryExhaustingService.Product[]