mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 15:40:07 +01:00
fix: db model fixes and quote mapping
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
public record class RandomQuote
|
||||
public record class QuoteShortDTO
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Text { get; set; } = string.Empty;
|
||||
public string Author { get; set; } = string.Empty;
|
||||
public string? ImageUrl { get; set; }
|
||||
Reference in New Issue
Block a user