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

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

public GetTodaysDealsProducts ( ) : IEnumerable
Результат IEnumerable
        public IEnumerable<Product> GetTodaysDealsProducts()
        {
            return GetTodaysDealsProductsDelegate();
        }