C# Class Example.Domain.Customers.Repository.SQLite.SqliteCustomerRepository

Inheritance: DbRepository, ICustomerRepository
Show file Open project: kevinhillinger/Dapper.Persistence

Public Methods

Method Description
Insert ( Customer customer ) : void
SqliteCustomerRepository ( IDbContext context ) : Dapper.Persistence

Method Details

Insert() public method

public Insert ( Customer customer ) : void
customer Customer
return void

SqliteCustomerRepository() public method

public SqliteCustomerRepository ( IDbContext context ) : Dapper.Persistence
context IDbContext
return Dapper.Persistence