C# 클래스 Example.Domain.Customers.Repository.SQLite.SqliteCustomerRepository

상속: DbRepository, ICustomerRepository
파일 보기 프로젝트 열기: kevinhillinger/Dapper.Persistence

공개 메소드들

메소드 설명
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