feat(backend): support calendar image routing and fundamentals executive salary mapping

This commit is contained in:
2026-08-15 01:03:07 +02:00
parent a3f9e55a7e
commit f08fecde23
3 changed files with 7 additions and 7 deletions
@@ -8,7 +8,6 @@ namespace FinlyticCore.Dtos;
/// </summary>
public record CalendarEventResponseDto(
[property: JsonPropertyName("id")] string Id,
[property: JsonPropertyName("symbol")] string Symbol,
[property: JsonPropertyName("companyName")] string CompanyName,
[property: JsonPropertyName("eventType")] string EventType,
[property: JsonPropertyName("eventDate")] DateTime EventDate,