C# Класс Cats.Services.Procurement.PaymentRequestService

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

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

Метод Описание
Create ( PaymentRequest item ) : bool
Delete ( PaymentRequest item ) : bool
DeleteById ( int id ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : PaymentRequest
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAll ( ) : List
PaymentRequestService ( IUnitOfWork unitOfWork ) : System
Update ( PaymentRequest item ) : bool

Описание методов

Create() публичный Метод

public Create ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
Результат bool

Delete() публичный Метод

public Delete ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
Результат bool

DeleteById() публичный Метод

public DeleteById ( int id ) : bool
id int
Результат bool

FindBy() публичный Метод

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Результат List

FindById() публичный Метод

public FindById ( int id ) : PaymentRequest
id int
Результат Cats.Models.PaymentRequest

Get() публичный Метод

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
Результат IEnumerable

GetAll() публичный Метод

public GetAll ( ) : List
Результат List

PaymentRequestService() публичный Метод

public PaymentRequestService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Результат System

Update() публичный Метод

public Update ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
Результат bool