quotes-net / models /ManannInput.cs
Florin Bobiș
added datasource filtering, updated db from seed
ec947b6
raw
history blame contribute delete
189 Bytes
using System.Text.Json.Serialization;
public class ManannInput
{
public string? author { get; set; }
public string? quote { get; set; }
public string? category { get; set; }
}