C# Class IsThereAnyNews.DataAccess.Implementation.ExceptionEventRepository

Inheritance: IExceptionEventRepository
Show file Open project: jstadnicki/isthereanynews

Public Methods

Method Description
ExceptionEventRepository ( ItanDatabaseContext database ) : System.Collections.Generic
SaveToDatabase ( IEnumerable events ) : void

Method Details

ExceptionEventRepository() public method

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

SaveToDatabase() public method

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