Method | Description | |
---|---|---|
AddCurrency ( Models currency ) : bool | ||
CurrencyService ( IUnitOfWork unitOfWork ) : System | ||
DeleteById ( int id ) : bool | ||
DeleteCurrency ( Models currency ) : bool | ||
Dispose ( ) : void | ||
EditCurrency ( Models currency ) : bool | ||
FindBy ( bool>.System |
||
FindById ( int id ) : Models.Currency | ||
Get ( bool>.System |
||
GetAllCurrency ( ) : List |
public AddCurrency ( Models currency ) : bool | ||
currency | Models | |
return | bool |
public CurrencyService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public DeleteCurrency ( Models currency ) : bool | ||
currency | Models | |
return | bool |
public EditCurrency ( Models currency ) : bool | ||
currency | Models | |
return | bool |
public FindBy ( bool>.System |
||
predicate | bool>.System | |
return | List |
public Get ( bool>.System |
||
filter | bool>.System | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |