C# Class Cats.Services.Finance.TransporterChequeDetailService

Inheritance: ITransporterChequeDetailService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
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

Method Details

AddTransporterChequeDetail() public method

public AddTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
transporterChequeDetail Cats.Models.TransporterChequeDetail
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteTransporterChequeDetail() public method

public DeleteTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
transporterChequeDetail Cats.Models.TransporterChequeDetail
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditTransporterChequeDetail() public method

public EditTransporterChequeDetail ( TransporterChequeDetail transporterChequeDetail ) : bool
transporterChequeDetail Cats.Models.TransporterChequeDetail
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : TransporterChequeDetail
id int
return Cats.Models.TransporterChequeDetail

Get() public method

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
return IEnumerable

GetAllTransporterChequeDetail() public method

public GetAllTransporterChequeDetail ( ) : List
return List

TransporterChequeDetailService() public method

public TransporterChequeDetailService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System