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

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

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

Метод Описание
AddTransporterCheque ( TransporterCheque transporterCheque ) : bool
DeleteById ( int id ) : bool
DeleteTransporterCheque ( TransporterCheque transporterCheque ) : bool
Dispose ( ) : void
EditTransporterCheque ( TransporterCheque transporterCheque ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : TransporterCheque
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllTransporterCheque ( ) : List
TransporterChequeService ( IUnitOfWork unitOfWork ) : System

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

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

public AddTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
Результат bool

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

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

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

public DeleteTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
Результат bool

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

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

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

public EditTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
Результат bool

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

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

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

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

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

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

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

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

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

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