mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 16:00:06 +01:00
kontroler - dodawanie cytatow
This commit is contained in:
7
DTOs/CreateQuote.cs
Normal file
7
DTOs/CreateQuote.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
public record class CreateQuoteRequest
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public string Author { get; set; }
|
||||
public List<int> CategoryIds { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
};
|
||||
Reference in New Issue
Block a user