C# Class MemoryExhaustingService.InventoryDAL

显示文件 Open project: selagroup/diagnostics-courses Class Usage Examples

Public Methods

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

Method Details

GetAllProducts() public static method

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

GetMyProducts() public static method

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