C# Класс DRMFSS.BLL.Services.LedgerTypeService

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

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

Метод Описание
AddLedgerType ( LedgerType entity ) : bool
DeleteById ( int id ) : bool
DeleteLedgerType ( LedgerType entity ) : bool
Dispose ( ) : void
EditLedgerType ( LedgerType entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : LedgerType
GetAllLedgerType ( ) : List
LedgerTypeService ( IUnitOfWork unitOfWork ) : System

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

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

public AddLedgerType ( LedgerType entity ) : bool
entity LedgerType
Результат bool

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

public DeleteById ( int id ) : bool
id int
Результат bool

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

public DeleteLedgerType ( LedgerType entity ) : bool
entity LedgerType
Результат bool

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

public Dispose ( ) : void
Результат void

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

public EditLedgerType ( LedgerType entity ) : bool
entity LedgerType
Результат bool

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

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Результат List

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

public FindById ( int id ) : LedgerType
id int
Результат LedgerType

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

public GetAllLedgerType ( ) : List
Результат List

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

public LedgerTypeService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Результат System