C# Class IsThereAnyNews.DataAccess.Implementation.ExceptionEventRepository

Inheritance: IExceptionEventRepository
Afficher le fichier Open project: jstadnicki/isthereanynews

Méthodes publiques

Méthode Description
ExceptionEventRepository ( ItanDatabaseContext database ) : System.Collections.Generic
SaveToDatabase ( IEnumerable events ) : void

Method Details

ExceptionEventRepository() public méthode

public ExceptionEventRepository ( ItanDatabaseContext database ) : System.Collections.Generic
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
Résultat System.Collections.Generic

SaveToDatabase() public méthode

public SaveToDatabase ( IEnumerable events ) : void
events IEnumerable
Résultat void