Метод | Описание | |
---|---|---|
AddorUpdate ( |
||
Delete ( System.Guid id ) : void | ||
Login ( LoginInfoInput loginInfoInput ) : |
||
SetRoles ( System.Guid userId, List |
||
UserService ( IUserDomainService userDomainService, IUserRepository userRepository, IProductRepository productRepository ) : System |
Метод | Описание | |
---|---|---|
Find ( System.Guid id ) : |
||
GetQueryConditions ( IQueryable |
构造前台传递的查询条件
|
|
Query ( BeiDream.Demo.Domain.Queries.UserQuery query ) : PagerList |
public AddorUpdate ( |
||
dto | ||
Результат | void |
public Login ( LoginInfoInput loginInfoInput ) : |
||
loginInfoInput | LoginInfoInput | |
Результат |
public SetRoles ( System.Guid userId, List |
||
userId | System.Guid | |
roleIds | List |
|
Результат | void |
public UserService ( IUserDomainService userDomainService, IUserRepository userRepository, IProductRepository productRepository ) : System | ||
userDomainService | IUserDomainService | |
userRepository | IUserRepository | |
productRepository | IProductRepository | |
Результат | System |