C# Class Cats.Services.Logistics.LoanReciptPlanService

Inheritance: ILoanReciptPlanService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode 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 méthode

public AddLoanReciptPlan ( LoanReciptPlan entity ) : bool
entity Cats.Models.LoanReciptPlan
Résultat bool

ApproveRecieptPlan() public méthode

public ApproveRecieptPlan ( LoanReciptPlan loanReciptPlan ) : bool
loanReciptPlan Cats.Models.LoanReciptPlan
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteLoanReciptAllocation() public méthode

public DeleteLoanReciptAllocation ( LoanReciptPlan loanReciptPlan ) : bool
loanReciptPlan Cats.Models.LoanReciptPlan
Résultat bool

DeleteLoanReciptPlan() public méthode

public DeleteLoanReciptPlan ( LoanReciptPlan entity ) : bool
entity Cats.Models.LoanReciptPlan
Résultat bool

DeleteLoanWithDetail() public méthode

public DeleteLoanWithDetail ( LoanReciptPlan loanReciptPlan ) : bool
loanReciptPlan Cats.Models.LoanReciptPlan
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditLoanReciptPlan() public méthode

public EditLoanReciptPlan ( LoanReciptPlan entity ) : bool
entity Cats.Models.LoanReciptPlan
Résultat bool

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( int id ) : LoanReciptPlan
id int
Résultat Cats.Models.LoanReciptPlan

GetAllLoanReciptPlan() public méthode

public GetAllLoanReciptPlan ( ) : List
Résultat List

LoanReciptPlanService() public méthode

public LoanReciptPlanService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System