C# Class Cats.Services.Procurement.PaymentRequestService

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

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
Résultat bool

Delete() public méthode

public Delete ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
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 ) : PaymentRequest
id int
Résultat Cats.Models.PaymentRequest

Get() public méthode

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
Résultat IEnumerable

GetAll() public méthode

public GetAll ( ) : List
Résultat List

PaymentRequestService() public méthode

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

Update() public méthode

public Update ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
Résultat bool