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

상속: IReceiptPlanService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddReceiptPlan ( ReceiptPlan receiptPlan ) : bool
DeleteById ( int id ) : bool
DeleteReceiptPlan ( ReceiptPlan receiptPlan ) : bool
Dispose ( ) : void
EditReceiptPlan ( ReceiptPlan receiptPlan ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : ReceiptPlan
GetAllReceiptPlan ( ) : List
ReceiptPlanService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddReceiptPlan() 공개 메소드

public AddReceiptPlan ( ReceiptPlan receiptPlan ) : bool
receiptPlan Cats.Models.ReceiptPlan
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteReceiptPlan() 공개 메소드

public DeleteReceiptPlan ( ReceiptPlan receiptPlan ) : bool
receiptPlan Cats.Models.ReceiptPlan
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditReceiptPlan() 공개 메소드

public EditReceiptPlan ( ReceiptPlan receiptPlan ) : bool
receiptPlan Cats.Models.ReceiptPlan
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : ReceiptPlan
id int
리턴 Cats.Models.ReceiptPlan

GetAllReceiptPlan() 공개 메소드

public GetAllReceiptPlan ( ) : List
리턴 List

ReceiptPlanService() 공개 메소드

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