This commit is contained in:
jozsef.b@aycode.com 2024-05-27 08:36:30 +02:00
parent f21e6f56ef
commit 66d25883eb
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ namespace TIAMWebApp.Shared.Application.Services
callback.Invoke(response.ResponseData);
}).Forget();
return null;
}
var companyPropertiesByOwner = await _devAdminSignalClient.GetByIdAsync<Dictionary<Guid, string>>(SignalRTags.GetPropertiesByOwnerIdAsync, id);