C# 클래스 IsThereAnyNews.DataAccess.Implementation.RssEntriesRepository

상속: IRssEntriesRepository
파일 보기 프로젝트 열기: jstadnicki/isthereanynews 1 사용 예제들

공개 메소드들

메소드 설명
RssEntriesRepository ( ItanDatabaseContext database, IMapper mapper ) : System.Collections.Generic
SaveToDatabase ( List rssEntriesList ) : void

메소드 상세

RssEntriesRepository() 공개 메소드

public RssEntriesRepository ( ItanDatabaseContext database, IMapper mapper ) : System.Collections.Generic
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
mapper IMapper
리턴 System.Collections.Generic

SaveToDatabase() 공개 메소드

public SaveToDatabase ( List rssEntriesList ) : void
rssEntriesList List
리턴 void