AdventureWorks.WebServices.Tests.Mocks.MockProductRepository.GetProductsForCategory C# (CSharp) Метод

GetProductsForCategory() публичный Метод

public GetProductsForCategory ( int subcategoryId ) : IEnumerable
subcategoryId int
Результат IEnumerable
        public IEnumerable<Product> GetProductsForCategory(int subcategoryId)
        {
            return GetProductsForCategoryDelegate(subcategoryId);
        }