Метод | Описание | |
---|---|---|
AddRation ( |
||
DeleteById ( int id ) : bool | ||
DeleteRation ( |
||
Dispose ( ) : void | ||
EditRation ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
Get ( bool>.Expression |
||
GetAllRation ( ) : List |
||
RationService ( IUnitOfWork unitOfWork ) : System | ||
SetDefault ( int rationId ) : void | ||
SetSettingValue ( string name, string value ) : void | ||
UnsetDefault ( ) : void |
public AddRation ( |
||
ration | ||
Результат | bool |
public DeleteRation ( |
||
ration | ||
Результат | bool |
public EditRation ( |
||
ration | ||
Результат | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
Результат | List |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
Результат | IEnumerable |
public RationService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
Результат | System |
public SetSettingValue ( string name, string value ) : void | ||
name | string | |
value | string | |
Результат | void |