Method | Description | |
---|---|---|
Create ( |
||
Delete ( |
||
DeleteById ( int id ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
Get ( bool>.System |
||
GetAll ( ) : List |
||
PaymentRequestService ( IUnitOfWork unitOfWork ) : System | ||
Update ( |
public Create ( |
||
item | ||
return | bool |
public Delete ( |
||
item | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public FindById ( int id ) : |
||
id | int | |
return |
public Get ( bool>.System |
||
filter | bool>.System | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |
public PaymentRequestService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public Update ( |
||
item | ||
return | bool |