parent
e9bafe9e38
commit
4fe61ac51a
IRaCIS.Core.Application/Service/Management
|
@ -1093,6 +1093,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
/// <param name="_tokenService"></param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="BusinessValidationFailedException"></exception>
|
||||
[HttpGet]
|
||||
public async Task<string> LoginSelectUserRole(Guid userTypeId, [FromServices] ITokenService _tokenService)
|
||||
{
|
||||
var identityUserId = _userInfo.IdentityUserId;
|
||||
|
|
Loading…
Reference in New Issue