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);
        }