This commit is contained in:
mmrbnjd
2025-07-30 16:39:37 +03:30
parent b3167b83b9
commit 5731c9ff97
6 changed files with 48 additions and 12 deletions

View File

@@ -73,6 +73,9 @@ namespace HushianWebApp.Service
return response.IsSuccessStatusCode;
}
public async Task<ChatItemDto> GetLastChatInCompany(int CompanyID)
{
return new();
}
}
}