C# Класс Cats.Services.Logistics.LoanReciptPlanDetailService

Наследование: ILoanReciptPlanDetailService
Показать файл Открыть проект

Открытые методы

Метод Описание
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