Method | Description | |
---|---|---|
AddUserRole ( UserRole entity ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteUserRole ( UserRole entity ) : bool | ||
Dispose ( ) : void | ||
EditUserRole ( UserRole entity ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : UserRole | ||
Get ( bool>.Expression |
||
GetAllUserRole ( ) : List |
||
UserRoleService ( ) : System |
public AddUserRole ( UserRole entity ) : bool | ||
entity | UserRole | |
return | bool |
public DeleteUserRole ( UserRole entity ) : bool | ||
entity | UserRole | |
return | bool |
public EditUserRole ( UserRole entity ) : bool | ||
entity | UserRole | |
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
return | List |