Method | Description | |
---|---|---|
AddRationDetail ( |
||
DeleteById ( int id ) : bool | ||
DeleteRationDetail ( |
||
Dispose ( ) : void | ||
EditRationDetail ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
Get ( bool>.Expression |
||
GetAllRationDetail ( ) : List |
||
RationDetailService ( IUnitOfWork unitOfWork ) : System |
public AddRationDetail ( |
||
rationDetail | ||
return | bool |
public DeleteRationDetail ( |
||
rationDetail | ||
return | bool |
public EditRationDetail ( |
||
rationDetail | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public FindById ( int id ) : |
||
id | int | |
return |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |
public RationDetailService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |