AdventureWorks.WebServices.Tests.Mocks.MockProductRepository.GetProductsForCategory C# (CSharp) Méthode

GetProductsForCategory() public méthode

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