begin implementing quotes repository and controller
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace server.Models
|
||||
{
|
||||
public class QuoteFilter
|
||||
{
|
||||
/// <summary>
|
||||
/// Use to filter quote by narrator.
|
||||
/// </summary>
|
||||
public string? Narrator { get; set; } = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user