...
This commit is contained in:
@@ -44,7 +44,7 @@ namespace HushianWebApp.Service
|
||||
var response = await _baseController.Get($"{BaseRoute}GetGroupsCompany");
|
||||
if (response.IsSuccessStatusCode)
|
||||
{
|
||||
return await response.Content.ReadFromJsonAsync<List<GroupDto>>();
|
||||
return await response.Content.ReadFromJsonAsync<List<Read_GroupDto>>();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user