C# Класс Cats.Services.Finance.TransporterChequeDetailService

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

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

Метод Описание
AddTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
DeleteById ( int id ) : bool
DeleteTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
Dispose ( ) : void
EditTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : TransporterChequeDetail
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllTransporterChequeDetail ( ) : List
TransporterChequeDetailService ( IUnitOfWork unitOfWork ) : System

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

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

public AddTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
transporterChequeDetail Cats.Models.TransporterChequeDetail
Результат bool

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

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

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

public DeleteTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
transporterChequeDetail Cats.Models.TransporterChequeDetail
Результат bool

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

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

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

public EditTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
transporterChequeDetail Cats.Models.TransporterChequeDetail
Результат bool

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

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

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

public FindById ( int id ) : TransporterChequeDetail
id int
Результат Cats.Models.TransporterChequeDetail

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

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
Результат IEnumerable

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

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

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

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