C# 클래스 Cats.Services.Procurement.PaymentRequestService

상속: IPaymentRequestService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
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