C# Class Cats.Services.Logistics.LoanReciptPlanService

Inheritance: ILoanReciptPlanService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
AddLoanReciptPlan ( LoanReciptPlan entity ) : bool
ApproveRecieptPlan ( LoanReciptPlan loanReciptPlan ) : bool
DeleteById ( int id ) : bool
DeleteLoanReciptAllocation ( LoanReciptPlan loanReciptPlan ) : bool
DeleteLoanReciptPlan ( LoanReciptPlan entity ) : bool
DeleteLoanWithDetail ( LoanReciptPlan loanReciptPlan ) : bool
Dispose ( ) : void
EditLoanReciptPlan ( LoanReciptPlan entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : LoanReciptPlan
GetAllLoanReciptPlan ( ) : List
LoanReciptPlanService ( IUnitOfWork unitOfWork ) : System

Method Details

AddLoanReciptPlan() public method

public AddLoanReciptPlan ( LoanReciptPlan entity ) : bool
entity Cats.Models.LoanReciptPlan
return bool

ApproveRecieptPlan() public method

public ApproveRecieptPlan ( LoanReciptPlan loanReciptPlan ) : bool
loanReciptPlan Cats.Models.LoanReciptPlan
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteLoanReciptAllocation() public method

public DeleteLoanReciptAllocation ( LoanReciptPlan loanReciptPlan ) : bool
loanReciptPlan Cats.Models.LoanReciptPlan
return bool

DeleteLoanReciptPlan() public method

public DeleteLoanReciptPlan ( LoanReciptPlan entity ) : bool
entity Cats.Models.LoanReciptPlan
return bool

DeleteLoanWithDetail() public method

public DeleteLoanWithDetail ( LoanReciptPlan loanReciptPlan ) : bool
loanReciptPlan Cats.Models.LoanReciptPlan
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditLoanReciptPlan() public method

public EditLoanReciptPlan ( LoanReciptPlan entity ) : bool
entity Cats.Models.LoanReciptPlan
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : LoanReciptPlan
id int
return Cats.Models.LoanReciptPlan

GetAllLoanReciptPlan() public method

public GetAllLoanReciptPlan ( ) : List
return List

LoanReciptPlanService() public method

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