C# Class Example.Domain.Products.Repository.SQLite.PomadeRepository

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

Public Methods

Method Description
Insert ( Pomade pomade ) : void
PomadeRepository ( IDbContext context ) : Dapper.Persistence

Method Details

Insert() public method

public Insert ( Pomade pomade ) : void
pomade Pomade
return void

PomadeRepository() public method

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