C# Class _09_PerRouteMHOwnershipSample.Models.Core.OrderRepositoryExtensions

显示文件 Open project: tugberkugurlu/AdvancedWebAPI

Public Methods

Method Description
GetAll ( this orderRepository, int customerKey ) : IEnumerable

Method Details

GetAll() public static method

public static GetAll ( this orderRepository, int customerKey ) : IEnumerable
orderRepository this
customerKey int
return IEnumerable