C# Class IsThereAnyNews.DataAccess.Implementation.ExceptionRepository

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

Méthodes publiques

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

Method Details

ExceptionRepository() public méthode

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

SaveToDatabase() public méthode

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