C# Class Cats.Services.Logistics.LoanReciptPlanDetailService

Inheritance: ILoanReciptPlanDetailService
Mostrar archivo Open project: edgecomputing/cats

Public Methods

Method Description
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

Method Details

AddLoanReciptPlanDetail() public method

public AddLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
entity Cats.Models.LoanReciptPlanDetail
return bool

AddRecievedLoanReciptPlanDetail() public method

public AddRecievedLoanReciptPlanDetail ( LoanReciptPlanDetail loanReciptPlanDetail ) : bool
loanReciptPlanDetail Cats.Models.LoanReciptPlanDetail
return bool

DeleteById() public method

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

DeleteLoanReciptPlanDetail() public method

public DeleteLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
entity Cats.Models.LoanReciptPlanDetail
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditLoanReciptPlanDetail() public method

public EditLoanReciptPlanDetail ( LoanReciptPlanDetail entity ) : bool
entity Cats.Models.LoanReciptPlanDetail
return bool

FindBy() public method

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

FindById() public method

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

GetAllLoanReciptPlanDetail() public method

public GetAllLoanReciptPlanDetail ( ) : List
return List

GetRemainingQuantity() public method

public GetRemainingQuantity ( int id ) : decimal
id int
return decimal

LoanReciptPlanDetailService() public method

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