C# Class Cats.Services.Procurement.PaymentRequestService

Inheritance: IPaymentRequestService
Show file Open project: edgecomputing/cats

Public Methods

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

public Create ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
return bool

Delete() public method

public Delete ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
return bool

DeleteById() public method

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

FindBy() public method

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

FindById() public method

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

Get() public method

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

GetAll() public method

public GetAll ( ) : List
return List

PaymentRequestService() public method

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

Update() public method

public Update ( PaymentRequest item ) : bool
item Cats.Models.PaymentRequest
return bool