C# Класс Example.Domain.Products.Repository.SQLite.PomadeRepository

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

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

Метод Описание
Insert ( Pomade pomade ) : void
PomadeRepository ( IDbContext context ) : Dapper.Persistence

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

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

public Insert ( Pomade pomade ) : void
pomade Pomade
Результат void

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

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