Property | Type | Description | |
---|---|---|---|
securityEntity | ISecurityRepository |
Method | Description | |
---|---|---|
Get ( |
||
GetAllRole ( string RoleName ) : IList |
||
GetCompanyUsers ( int CompanyId ) : List |
||
GetUser ( string id ) : |
||
GetUsers ( string UserName ) : List |
||
GetUsers ( string UserName, int CompanyId ) : List |
||
PostUser ( [ user ) : int | ||
UserController ( ISecurityRepository repo ) : System |
Method | Description | |
---|---|---|
Options ( ) : |
||
PutUserUpdate ( [ user ) : bool |
public Get ( |
||
requestMessage | ||
return | IEnumerable |
public GetAllRole ( string RoleName ) : IList |
||
RoleName | string | |
return | IList |
public GetCompanyUsers ( int CompanyId ) : List |
||
CompanyId | int | |
return | List |
public GetUser ( string id ) : |
||
id | string | |
return |
public GetUsers ( string UserName, int CompanyId ) : List |
||
UserName | string | |
CompanyId | int | |
return | List |
public UserController ( ISecurityRepository repo ) : System | ||
repo | ISecurityRepository | |
return | System |