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

GetTodaysDealsProducts() public method

public GetTodaysDealsProducts ( ) : IEnumerable
return IEnumerable
        public IEnumerable<Product> GetTodaysDealsProducts()
        {
            return GetTodaysDealsProductsDelegate();
        }