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

GetTodaysDealsProducts() public méthode

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