C# Class Cats.Services.Finance.TransporterChequeService

Inheritance: ITransporterChequeService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode 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 méthode

public AddTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteTransporterCheque() public méthode

public DeleteTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditTransporterCheque() public méthode

public EditTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
Résultat bool

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( int id ) : TransporterCheque
id int
Résultat Cats.Models.TransporterCheque

Get() public méthode

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

GetAllTransporterCheque() public méthode

public GetAllTransporterCheque ( ) : List
Résultat List

TransporterChequeService() public méthode

public TransporterChequeService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System