C# Класс IsThereAnyNews.DataAccess.Implementation.ExceptionRepository

Наследование: IExceptionRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
ExceptionRepository ( ItanDatabaseContext database ) : System.Collections.Generic
SaveToDatabase ( IEnumerable exceptions ) : void

Описание методов

ExceptionRepository() публичный Метод

public ExceptionRepository ( ItanDatabaseContext database ) : System.Collections.Generic
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
Результат System.Collections.Generic

SaveToDatabase() публичный Метод

public SaveToDatabase ( IEnumerable exceptions ) : void
exceptions IEnumerable
Результат void