C# Class IsThereAnyNews.DataAccess.Implementation.RssEntriesRepository

Inheritance: IRssEntriesRepository
Afficher le fichier Open project: jstadnicki/isthereanynews Class Usage Examples

Méthodes publiques

Méthode Description
RssEntriesRepository ( ItanDatabaseContext database, IMapper mapper ) : System.Collections.Generic
SaveToDatabase ( List rssEntriesList ) : void

Method Details

RssEntriesRepository() public méthode

public RssEntriesRepository ( ItanDatabaseContext database, IMapper mapper ) : System.Collections.Generic
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
mapper IMapper
Résultat System.Collections.Generic

SaveToDatabase() public méthode

public SaveToDatabase ( List rssEntriesList ) : void
rssEntriesList List
Résultat void