feat(backend): support calendar image routing and fundamentals executive salary mapping
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user