C# 클래스 MemoryExhaustingService.InventoryService

상속: IInventoryService
파일 보기 프로젝트 열기: selagroup/diagnostics-courses

공개 메소드들

메소드 설명
GetAllProducts ( ) : MemoryExhaustingService.Product[]
GetMyProducts ( ) : MemoryExhaustingService.Product[]

메소드 상세

GetAllProducts() 공개 메소드

public GetAllProducts ( ) : MemoryExhaustingService.Product[]
리턴 MemoryExhaustingService.Product[]

GetMyProducts() 공개 메소드

public GetMyProducts ( ) : MemoryExhaustingService.Product[]
리턴 MemoryExhaustingService.Product[]