C# 클래스 Cats.Services.Logistics.BeneficiaryAllocationService

상속: IBeneficiaryAllocationService
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
BeneficiaryAllocationService ( IUnitOfWork unitOfWork ) : System
GetBenficiaryAllocation ( bool>.Expression predicate = null ) : IEnumerable
GetBenficiaryAllocationPrintOut ( int id, bool>.Expression predicate = null ) : IEnumerable

메소드 상세

BeneficiaryAllocationService() 공개 메소드

public BeneficiaryAllocationService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System

GetBenficiaryAllocation() 공개 메소드

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

GetBenficiaryAllocationPrintOut() 공개 메소드

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