Метод | Описание | |
---|---|---|
AddStatus ( |
||
DeleteById ( int id ) : bool | ||
DeleteStatus ( |
||
EditStatus ( |
||
FindBy ( bool>.System |
||
FindById ( int id ) : |
||
Get ( bool>.System |
||
GetAllStatus ( ) : List |
||
StatusService ( IUnitOfWork unitOfWork ) : System |
public AddStatus ( |
||
status | ||
Результат | bool |
public DeleteStatus ( |
||
status | ||
Результат | bool |
public EditStatus ( |
||
status | ||
Результат | bool |
public FindBy ( bool>.System |
||
predicate | bool>.System | |
Результат | List |
public Get ( bool>.System |
||
filter | bool>.System | |
orderBy | Func |
|
includeProperties | string | |
Результат | IEnumerable |
public StatusService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
Результат | System |