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

Inheritance: DbRepository, ICustomerRepository
Afficher le fichier Open project: kevinhillinger/Dapper.Persistence

Méthodes publiques

Méthode Description
Insert ( Customer customer ) : void
SqliteCustomerRepository ( IDbContext context ) : Dapper.Persistence

Method Details

Insert() public méthode

public Insert ( Customer customer ) : void
customer Customer
Résultat void

SqliteCustomerRepository() public méthode

public SqliteCustomerRepository ( IDbContext context ) : Dapper.Persistence
context IDbContext
Résultat Dapper.Persistence