C# Class Cats.Services.Logistics.BeneficiaryAllocationService

Inheritance: IBeneficiaryAllocationService
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode Description
BeneficiaryAllocationService ( IUnitOfWork unitOfWork ) : System
GetBenficiaryAllocation ( bool>.Expression predicate = null ) : IEnumerable
GetBenficiaryAllocationPrintOut ( int id, bool>.Expression predicate = null ) : IEnumerable

Method Details

BeneficiaryAllocationService() public méthode

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

GetBenficiaryAllocation() public méthode

public GetBenficiaryAllocation ( bool>.Expression predicate = null ) : IEnumerable
predicate bool>.Expression
Résultat IEnumerable

GetBenficiaryAllocationPrintOut() public méthode

public GetBenficiaryAllocationPrintOut ( int id, bool>.Expression predicate = null ) : IEnumerable
id int
predicate bool>.Expression
Résultat IEnumerable