This commit is contained in:
mmrbnjd
2025-08-22 17:37:53 +03:30
parent 8d5d083883
commit 364c556790
4 changed files with 29 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ namespace Hushian.Application.Services
{
return await _ExperRepository.Get().Where(w => w.ID == ExperID).Select(s => new CurrentUserInfo
{
CompanyID = CompanyID,
CompanyID = s.CompanyID,
ExperID = ExperID,
Username = s.UserName,
Role = "Exper"