C# Class Cats.Services.Finance.TransporterChequeService

Inheritance: ITransporterChequeService
Show file Open project: edgecomputing/cats

Public Methods

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

Method Details

AddTransporterCheque() public method

public AddTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
return bool

DeleteById() public method

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

DeleteTransporterCheque() public method

public DeleteTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditTransporterCheque() public method

public EditTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
return bool

FindBy() public method

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

FindById() public method

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

Get() public method

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

GetAllTransporterCheque() public method

public GetAllTransporterCheque ( ) : List
return List

TransporterChequeService() public method

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