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

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

공개 메소드들

메소드 설명
AddLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
AddRecievedLoanReciptPlanDetail ( LoanReciptPlanDetail loanReciptPlanDetail ) : bool
DeleteById ( int id ) : bool
DeleteLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
Dispose ( ) : void
EditLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : LoanReciptPlanDetail
GetAllLoanReciptPlanDetail ( ) : List
GetRemainingQuantity ( int id ) : decimal
LoanReciptPlanDetailService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddLoanReciptPlanDetail() 공개 메소드

public AddLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
entity Cats.Models.LoanReciptPlanDetail
리턴 bool

AddRecievedLoanReciptPlanDetail() 공개 메소드

public AddRecievedLoanReciptPlanDetail ( LoanReciptPlanDetail loanReciptPlanDetail ) : bool
loanReciptPlanDetail Cats.Models.LoanReciptPlanDetail
리턴 bool

DeleteById() 공개 메소드

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

DeleteLoanReciptPlanDetail() 공개 메소드

public DeleteLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
entity Cats.Models.LoanReciptPlanDetail
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditLoanReciptPlanDetail() 공개 메소드

public EditLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
entity Cats.Models.LoanReciptPlanDetail
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

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

GetAllLoanReciptPlanDetail() 공개 메소드

public GetAllLoanReciptPlanDetail ( ) : List
리턴 List

GetRemainingQuantity() 공개 메소드

public GetRemainingQuantity ( int id ) : decimal
id int
리턴 decimal

LoanReciptPlanDetailService() 공개 메소드

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