C# Class Northwind.DataAccessLayer.SaleDAO

Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

Méthode Description
GetSalesByRegionAndPeriod ( string region, System.DateTime startDate, System.DateTime endDate ) : IEnumerable

Method Details

GetSalesByRegionAndPeriod() public static méthode

public static GetSalesByRegionAndPeriod ( string region, System.DateTime startDate, System.DateTime endDate ) : IEnumerable
region string
startDate System.DateTime
endDate System.DateTime
Résultat IEnumerable