C# Class Cats.Services.Logistics.BeneficiaryAllocationService

Inheritance: IBeneficiaryAllocationService
Show file Open project: edgecomputing/cats Class Usage Examples

Public Methods

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

Method Details

BeneficiaryAllocationService() public method

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

GetBenficiaryAllocation() public method

public GetBenficiaryAllocation ( bool>.Expression predicate = null ) : IEnumerable
predicate bool>.Expression
return IEnumerable

GetBenficiaryAllocationPrintOut() public method

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