AdventureWorks.WebServices.Tests.Mocks.MockProductRepository.GetProductsForCategory C# (CSharp) Method

GetProductsForCategory() public method

public GetProductsForCategory ( int subcategoryId ) : IEnumerable
subcategoryId int
return IEnumerable
        public IEnumerable<Product> GetProductsForCategory(int subcategoryId)
        {
            return GetProductsForCategoryDelegate(subcategoryId);
        }