C# Class Bookstore.DataAccessLayer.ReviewsDAO

Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
GetReviewsByAuthorName ( string authorName ) : IEnumerable
GetReviewsByPeriod ( System.DateTime starDate, System.DateTime endDate ) : IEnumerable

Private Methods

Méthode Description
DeserializeFoundReviews ( IOrderedQueryable reviewsInPeriod, IList reviewsFound ) : void

Method Details

GetReviewsByAuthorName() public méthode

public GetReviewsByAuthorName ( string authorName ) : IEnumerable
authorName string
Résultat IEnumerable

GetReviewsByPeriod() public méthode

public GetReviewsByPeriod ( System.DateTime starDate, System.DateTime endDate ) : IEnumerable
starDate System.DateTime
endDate System.DateTime
Résultat IEnumerable