C# Class Bookstore.DataAccessLayer.ReviewsDAO

Show file Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Public Methods

Method Description
GetReviewsByAuthorName ( string authorName ) : IEnumerable
GetReviewsByPeriod ( System.DateTime starDate, System.DateTime endDate ) : IEnumerable

Private Methods

Method Description
DeserializeFoundReviews ( IOrderedQueryable reviewsInPeriod, IList reviewsFound ) : void

Method Details

GetReviewsByAuthorName() public method

public GetReviewsByAuthorName ( string authorName ) : IEnumerable
authorName string
return IEnumerable

GetReviewsByPeriod() public method

public GetReviewsByPeriod ( System.DateTime starDate, System.DateTime endDate ) : IEnumerable
starDate System.DateTime
endDate System.DateTime
return IEnumerable