C# Class IsThereAnyNews.DataAccess.Implementation.ExceptionRepository

Inheritance: IExceptionRepository
Show file Open project: jstadnicki/isthereanynews

Public Methods

Method Description
ExceptionRepository ( ItanDatabaseContext database ) : System.Collections.Generic
SaveToDatabase ( IEnumerable exceptions ) : void

Method Details

ExceptionRepository() public method

public ExceptionRepository ( ItanDatabaseContext database ) : System.Collections.Generic
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
return System.Collections.Generic

SaveToDatabase() public method

public SaveToDatabase ( IEnumerable exceptions ) : void
exceptions IEnumerable
return void