C# Класс Example.Domain.Customers.Repository.SQLite.SqliteCustomerRepository

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

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

Метод Описание
Insert ( Customer customer ) : void
SqliteCustomerRepository ( IDbContext context ) : Dapper.Persistence

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

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

public Insert ( Customer customer ) : void
customer Customer
Результат void

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

public SqliteCustomerRepository ( IDbContext context ) : Dapper.Persistence
context IDbContext
Результат Dapper.Persistence